summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_SealInit.3
diff options
context:
space:
mode:
authorjmc <>2016-11-21 22:19:15 +0000
committerjmc <>2016-11-21 22:19:15 +0000
commite05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798 (patch)
tree4f2ead661ef1282b4d3b9864c0b0a6c1f1509065 /src/lib/libcrypto/man/EVP_SealInit.3
parent587118ed88ee457a42eede1b3f726da2f0a59f7c (diff)
downloadopenbsd-e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798.tar.gz
openbsd-e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798.tar.bz2
openbsd-e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798.zip
various cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/EVP_SealInit.3')
-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.