doc: remove link to Sign in crypto.md

PR-URL: https://github.com/nodejs/node/pull/6812
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
This commit is contained in:
Kirill Fomichev 2016-05-17 16:38:25 +03:00 committed by silverwind
parent d3f3e183bf
commit 00b200fc34
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -734,7 +734,7 @@ console.log(sign.sign(private_key, 'hex'));
// Prints the calculated signature // Prints the calculated signature
``` ```
A [`sign`][] instance can also be created by just passing in the digest A `Sign` instance can also be created by just passing in the digest
algorithm name, in which case OpenSSL will infer the full signature algorithm algorithm name, in which case OpenSSL will infer the full signature algorithm
from the type of the PEM-formatted private key, including algorithms that from the type of the PEM-formatted private key, including algorithms that
do not have directly exposed name constants, e.g. 'ecdsa-with-SHA256'. do not have directly exposed name constants, e.g. 'ecdsa-with-SHA256'.