diff options
author | jsing <> | 2014-07-09 16:05:44 +0000 |
---|---|---|
committer | jsing <> | 2014-07-09 16:05:44 +0000 |
commit | 5639e2bf0a480d83eda2496b47c997843ea8c696 (patch) | |
tree | a85e7cbafc9bd9b411707c61fb2f28baa11b4936 | |
parent | c4a2e7103007667eb6524aa0c0c69734b6ede694 (diff) | |
download | openbsd-5639e2bf0a480d83eda2496b47c997843ea8c696.tar.gz openbsd-5639e2bf0a480d83eda2496b47c997843ea8c696.tar.bz2 openbsd-5639e2bf0a480d83eda2496b47c997843ea8c696.zip |
miod@ fixed the "bug" so remove reference to it in the man pod^Wpage.
-rw-r--r-- | src/lib/libcrypto/doc/RSA_sign.pod | 5 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/crypto/RSA_sign.pod | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/libcrypto/doc/RSA_sign.pod b/src/lib/libcrypto/doc/RSA_sign.pod index 061c0e2437..a82f221909 100644 --- a/src/lib/libcrypto/doc/RSA_sign.pod +++ b/src/lib/libcrypto/doc/RSA_sign.pod | |||
@@ -39,11 +39,6 @@ on successful verification, 0 otherwise. | |||
39 | 39 | ||
40 | The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. | 40 | The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. |
41 | 41 | ||
42 | =head1 BUGS | ||
43 | |||
44 | Certain signatures with an improper algorithm identifier are accepted | ||
45 | for compatibility with SSLeay 0.4.5 :-) | ||
46 | |||
47 | =head1 CONFORMING TO | 42 | =head1 CONFORMING TO |
48 | 43 | ||
49 | SSL, PKCS #1 v2.0 | 44 | SSL, PKCS #1 v2.0 |
diff --git a/src/lib/libssl/src/doc/crypto/RSA_sign.pod b/src/lib/libssl/src/doc/crypto/RSA_sign.pod index 061c0e2437..a82f221909 100644 --- a/src/lib/libssl/src/doc/crypto/RSA_sign.pod +++ b/src/lib/libssl/src/doc/crypto/RSA_sign.pod | |||
@@ -39,11 +39,6 @@ on successful verification, 0 otherwise. | |||
39 | 39 | ||
40 | The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. | 40 | The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. |
41 | 41 | ||
42 | =head1 BUGS | ||
43 | |||
44 | Certain signatures with an improper algorithm identifier are accepted | ||
45 | for compatibility with SSLeay 0.4.5 :-) | ||
46 | |||
47 | =head1 CONFORMING TO | 42 | =head1 CONFORMING TO |
48 | 43 | ||
49 | SSL, PKCS #1 v2.0 | 44 | SSL, PKCS #1 v2.0 |