summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2018-09-12 15:09:22 +0000
committerjmc <>2018-09-12 15:09:22 +0000
commit4b63dcb77c6823d3783f1f914ddf3c9dd9b1069b (patch)
treede9d2d4323a26ebfd3bea4d9572b09f4c5938791
parentd18acfede8cb9aaf0ccd1af7ee5fae0fb4a51766 (diff)
downloadopenbsd-4b63dcb77c6823d3783f1f914ddf3c9dd9b1069b.tar.gz
openbsd-4b63dcb77c6823d3783f1f914ddf3c9dd9b1069b.tar.bz2
openbsd-4b63dcb77c6823d3783f1f914ddf3c9dd9b1069b.zip
tweak previous;
-rw-r--r--src/lib/libcrypto/man/EVP_EncryptInit.34
-rw-r--r--src/lib/libcrypto/man/RSA_meth_new.34
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EVP_EncryptInit.3 b/src/lib/libcrypto/man/EVP_EncryptInit.3
index 0dbaa6c848..436b1e47e6 100644
--- a/src/lib/libcrypto/man/EVP_EncryptInit.3
+++ b/src/lib/libcrypto/man/EVP_EncryptInit.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_EncryptInit.3,v 1.24 2018/09/12 06:35:38 djm Exp $ 1.\" $OpenBSD: EVP_EncryptInit.3,v 1.25 2018/09/12 15:09:22 jmc Exp $
2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800
3.\" selective merge up to: OpenSSL 16cfc2c9 Mar 8 22:30:28 2018 +0100 3.\" selective merge up to: OpenSSL 16cfc2c9 Mar 8 22:30:28 2018 +0100
4.\" 4.\"
@@ -668,7 +668,7 @@ is the maximum IV length for all ciphers.
668.Fn EVP_CIPHER_CTX_get_iv 668.Fn EVP_CIPHER_CTX_get_iv
669and 669and
670.Fn EVP_CIPHER_CTX_set_iv 670.Fn EVP_CIPHER_CTX_set_iv
671will respectively retrieve and set the IV for a 671will respectively retrieve and set the IV for an
672.Vt EVP_CIPHER_CTX . 672.Vt EVP_CIPHER_CTX .
673In both cases, the specified IV length must exactly equal the expected 673In both cases, the specified IV length must exactly equal the expected
674IV length for the context as returned by 674IV length for the context as returned by
diff --git a/src/lib/libcrypto/man/RSA_meth_new.3 b/src/lib/libcrypto/man/RSA_meth_new.3
index 6eabcc5bf8..137e0cad87 100644
--- a/src/lib/libcrypto/man/RSA_meth_new.3
+++ b/src/lib/libcrypto/man/RSA_meth_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_meth_new.3,v 1.2 2018/09/12 06:35:38 djm Exp $ 1.\" $OpenBSD: RSA_meth_new.3,v 1.3 2018/09/12 15:09:22 jmc Exp $
2.\" selective merge up to: OpenSSL a970b14f Jul 31 18:58:40 2017 -0400 2.\" selective merge up to: OpenSSL a970b14f Jul 31 18:58:40 2017 -0400
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -157,7 +157,7 @@ Stores a copy of the NUL-terminated
157in the 157in the
158.Vt RSA_METHOD 158.Vt RSA_METHOD
159object after freeing the previously stored 159object after freeing the previously stored
160.Fa name. 160.Fa name .
161.Pp 161.Pp
162.Fn RSA_meth_get_finish 162.Fn RSA_meth_get_finish
163and 163and