summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_SealInit.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/EVP_SealInit.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_SealInit.3 b/src/lib/libcrypto/man/EVP_SealInit.3
index 75113fcbe8..983b648297 100644
--- a/src/lib/libcrypto/man/EVP_SealInit.3
+++ b/src/lib/libcrypto/man/EVP_SealInit.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_SealInit.3,v 1.3 2016/11/21 09:56:35 schwarze Exp $ 1.\" $OpenBSD: EVP_SealInit.3,v 1.4 2016/11/21 22:19:15 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 21 2016 $ 3.Dd $Mdocdate: November 21 2016 $
4.Dt EVP_SEALINIT 3 4.Dt EVP_SEALINIT 3
@@ -49,7 +49,7 @@ for encryption with cipher
49using a random secret key and IV. 49using a random secret key and IV.
50.Fa type 50.Fa type
51is normally supplied by a function such as 51is normally supplied by a function such as
52.Fn EVP_aes_256_cbc 3 ; 52.Fn EVP_aes_256_cbc ;
53see 53see
54.Xr EVP_EncryptInit 3 54.Xr EVP_EncryptInit 3
55for details. 55for details.