diff options
Diffstat (limited to 'lib/libcrypto/doc/RSA_sign_ASN1_OCTET_STRING.pod')
-rw-r--r-- | lib/libcrypto/doc/RSA_sign_ASN1_OCTET_STRING.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/doc/RSA_sign_ASN1_OCTET_STRING.pod b/lib/libcrypto/doc/RSA_sign_ASN1_OCTET_STRING.pod index e70380bbfc9..315a9af9e88 100644 --- a/lib/libcrypto/doc/RSA_sign_ASN1_OCTET_STRING.pod +++ b/lib/libcrypto/doc/RSA_sign_ASN1_OCTET_STRING.pod @@ -26,7 +26,8 @@ memory. B<dummy> is ignored. -The random number generator must be seeded prior to calling RSA_sign_ASN1_OCTET_STRING(). +The random number generator must be seeded prior to calling +RSA_sign_ASN1_OCTET_STRING(). RSA_verify_ASN1_OCTET_STRING() verifies that the signature B<sigbuf> of size B<siglen> is the DER representation of a given octet string |