diff options
author | jmc <> | 2018-09-12 15:09:22 +0000 |
---|---|---|
committer | jmc <> | 2018-09-12 15:09:22 +0000 |
commit | 4b63dcb77c6823d3783f1f914ddf3c9dd9b1069b (patch) | |
tree | de9d2d4323a26ebfd3bea4d9572b09f4c5938791 | |
parent | d18acfede8cb9aaf0ccd1af7ee5fae0fb4a51766 (diff) | |
download | openbsd-4b63dcb77c6823d3783f1f914ddf3c9dd9b1069b.tar.gz openbsd-4b63dcb77c6823d3783f1f914ddf3c9dd9b1069b.tar.bz2 openbsd-4b63dcb77c6823d3783f1f914ddf3c9dd9b1069b.zip |
tweak previous;
-rw-r--r-- | src/lib/libcrypto/man/EVP_EncryptInit.3 | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/man/RSA_meth_new.3 | 4 |
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 |
669 | and | 669 | and |
670 | .Fn EVP_CIPHER_CTX_set_iv | 670 | .Fn EVP_CIPHER_CTX_set_iv |
671 | will respectively retrieve and set the IV for a | 671 | will respectively retrieve and set the IV for an |
672 | .Vt EVP_CIPHER_CTX . | 672 | .Vt EVP_CIPHER_CTX . |
673 | In both cases, the specified IV length must exactly equal the expected | 673 | In both cases, the specified IV length must exactly equal the expected |
674 | IV length for the context as returned by | 674 | IV 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 | |||
157 | in the | 157 | in the |
158 | .Vt RSA_METHOD | 158 | .Vt RSA_METHOD |
159 | object after freeing the previously stored | 159 | object 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 |
163 | and | 163 | and |