diff options
author | 2016-11-06 15:52:50 +0000 | |
---|---|---|
committer | 2016-11-06 15:52:50 +0000 | |
commit | 8974101adaa4618f0b19d5dd48073e2b94012fd9 (patch) | |
tree | 16f6483022ee9444fee507c805e568ac694e5f48 /lib/libcrypto/man/RSA_check_key.3 | |
parent | since ocsp stapling is optional, make sure we guard if we do not have it. (diff) | |
download | wireguard-openbsd-8974101adaa4618f0b19d5dd48073e2b94012fd9.tar.xz wireguard-openbsd-8974101adaa4618f0b19d5dd48073e2b94012fd9.zip |
first pass; ok schwarze
Diffstat (limited to 'lib/libcrypto/man/RSA_check_key.3')
-rw-r--r-- | lib/libcrypto/man/RSA_check_key.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/man/RSA_check_key.3 b/lib/libcrypto/man/RSA_check_key.3 index c57ed4b4db7..cedebebf681 100644 --- a/lib/libcrypto/man/RSA_check_key.3 +++ b/lib/libcrypto/man/RSA_check_key.3 @@ -1,4 +1,6 @@ -.Dd $Mdocdate: November 4 2016 $ +.\" $OpenBSD: RSA_check_key.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ +.\" +.Dd $Mdocdate: November 6 2016 $ .Dt RSA_CHECK_KEY 3 .Os .Sh NAME @@ -63,7 +65,7 @@ If the in question is only being used for acceleration or analysis purposes, then in all likelihood the RSA key data is complete and untouched, but this can't be assumed in the general case. -.Sh RETURN VALUE +.Sh RETURN VALUES .Fn RSA_check_key returns 1 if .Fa rsa |