diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-07-09 16:05:45 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-07-09 16:05:45 +0000 |
commit | 3648a0f1c8bd76c13e08cc51b10d11624d84a397 (patch) | |
tree | 8fb1b131a9eecc27bf8e84588422ea5821caffeb /lib/libcrypto/doc/RSA_sign.pod | |
parent | eb2f9fb10bea9acf10721eac8a039e3475805d91 (diff) |
miod@ fixed the "bug" so remove reference to it in the man pod^Wpage.
Diffstat (limited to 'lib/libcrypto/doc/RSA_sign.pod')
-rw-r--r-- | lib/libcrypto/doc/RSA_sign.pod | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libcrypto/doc/RSA_sign.pod b/lib/libcrypto/doc/RSA_sign.pod index 061c0e24372..a82f221909a 100644 --- a/lib/libcrypto/doc/RSA_sign.pod +++ b/lib/libcrypto/doc/RSA_sign.pod @@ -39,11 +39,6 @@ on successful verification, 0 otherwise. The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. -=head1 BUGS - -Certain signatures with an improper algorithm identifier are accepted -for compatibility with SSLeay 0.4.5 :-) - =head1 CONFORMING TO SSL, PKCS #1 v2.0 |