diff options
author | 2019-05-20 06:04:45 +0000 | |
---|---|---|
committer | 2019-05-20 06:04:45 +0000 | |
commit | cf72297a07bc18f7cdef124444310b28fb40242c (patch) | |
tree | e4890b725ff8adccbbfa258a3a2f888586321a13 /lib/libcrypto/man/RSA_set_method.3 | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-cf72297a07bc18f7cdef124444310b28fb40242c.tar.xz wireguard-openbsd-cf72297a07bc18f7cdef124444310b28fb40242c.zip |
*an* RSA;
Diffstat (limited to 'lib/libcrypto/man/RSA_set_method.3')
-rw-r--r-- | lib/libcrypto/man/RSA_set_method.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/RSA_set_method.3 b/lib/libcrypto/man/RSA_set_method.3 index b4724e3e6da..524430b6f85 100644 --- a/lib/libcrypto/man/RSA_set_method.3 +++ b/lib/libcrypto/man/RSA_set_method.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_set_method.3,v 1.12 2018/04/18 01:07:38 schwarze Exp $ +.\" $OpenBSD: RSA_set_method.3,v 1.13 2019/05/20 06:04:45 jmc Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org> @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 18 2018 $ +.Dd $Mdocdate: May 20 2019 $ .Dt RSA_SET_METHOD 3 .Os .Sh NAME @@ -308,5 +308,5 @@ but will not be reflected in the return value of the .Fn RSA_flags function - in effect .Fn RSA_flags -behaves more like a RSA_default_flags() function, which does not +behaves more like an RSA_default_flags() function, which does not currently exist. |