diff options
author | 2019-06-10 14:58:48 +0000 | |
---|---|---|
committer | 2019-06-10 14:58:48 +0000 | |
commit | ab3cf6dbbb0d6598bc02e80a6c2cb70eb6ee5956 (patch) | |
tree | a32cc27fc6dd70e3ad3a19d10b6dc5f6ccb50fa1 /lib/libcrypto/man/RSA_check_key.3 | |
parent | Print proper ACPI version number. (diff) | |
download | wireguard-openbsd-ab3cf6dbbb0d6598bc02e80a6c2cb70eb6ee5956.tar.xz wireguard-openbsd-ab3cf6dbbb0d6598bc02e80a6c2cb70eb6ee5956.zip |
delete references to ERR pages from SEE ALSO where such
references were already given below RETURN VALUES right above
Diffstat (limited to 'lib/libcrypto/man/RSA_check_key.3')
-rw-r--r-- | lib/libcrypto/man/RSA_check_key.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcrypto/man/RSA_check_key.3 b/lib/libcrypto/man/RSA_check_key.3 index 8426b6f3cc8..c1e9c315c26 100644 --- a/lib/libcrypto/man/RSA_check_key.3 +++ b/lib/libcrypto/man/RSA_check_key.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_check_key.3,v 1.6 2018/03/21 21:18:08 schwarze Exp $ +.\" $OpenBSD: RSA_check_key.3,v 1.7 2019/06/10 14:58:48 schwarze Exp $ .\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org> and @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 21 2018 $ +.Dd $Mdocdate: June 10 2019 $ .Dt RSA_CHECK_KEY 3 .Os .Sh NAME @@ -125,7 +125,6 @@ obtained using .Xr ERR_get_error 3 . .Sh SEE ALSO .Xr BN_is_prime_ex 3 , -.Xr ERR_get_error 3 , .Xr RSA_get0_key 3 , .Xr RSA_new 3 .Sh HISTORY |