diff options
author | 2019-11-02 15:39:46 +0000 | |
---|---|---|
committer | 2019-11-02 15:39:46 +0000 | |
commit | 569a59c8635a26efce16814257adc7cd2bc8e48d (patch) | |
tree | 775c5d31f838b5e819f81b342aed93680a646725 /lib/libcrypto/man/CMS_decrypt.3 | |
parent | Hook cms regress. (diff) | |
download | wireguard-openbsd-569a59c8635a26efce16814257adc7cd2bc8e48d.tar.xz wireguard-openbsd-569a59c8635a26efce16814257adc7cd2bc8e48d.zip |
CMS didn't make the 6.6 release: adjust the text in the HISTORY sections
Diffstat (limited to 'lib/libcrypto/man/CMS_decrypt.3')
-rw-r--r-- | lib/libcrypto/man/CMS_decrypt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/CMS_decrypt.3 b/lib/libcrypto/man/CMS_decrypt.3 index 495bdaaff39..243ab2f30ee 100644 --- a/lib/libcrypto/man/CMS_decrypt.3 +++ b/lib/libcrypto/man/CMS_decrypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMS_decrypt.3,v 1.7 2019/08/18 21:44:10 schwarze Exp $ +.\" $OpenBSD: CMS_decrypt.3,v 1.8 2019/11/02 15:39:46 schwarze Exp $ .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 .\" .\" This file is a derived work. @@ -65,7 +65,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 18 2019 $ +.Dd $Mdocdate: November 2 2019 $ .Dt CMS_DECRYPT 3 .Os .Sh NAME @@ -217,7 +217,7 @@ and .Fn CMS_decrypt_set1_key first appeared in OpenSSL 0.9.8h and have been available since -.Ox 6.6 . +.Ox 6.7 . .Sh BUGS The lack of single pass processing and the need to hold all data in memory as mentioned in |