From e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Mon, 21 Nov 2016 22:19:15 +0000 Subject: various cleanup; --- src/lib/libcrypto/man/EVP_SealInit.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man/EVP_SealInit.3') 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 @@ -.\" $OpenBSD: EVP_SealInit.3,v 1.3 2016/11/21 09:56:35 schwarze Exp $ +.\" $OpenBSD: EVP_SealInit.3,v 1.4 2016/11/21 22:19:15 jmc Exp $ .\" .Dd $Mdocdate: November 21 2016 $ .Dt EVP_SEALINIT 3 @@ -49,7 +49,7 @@ for encryption with cipher using a random secret key and IV. .Fa type is normally supplied by a function such as -.Fn EVP_aes_256_cbc 3 ; +.Fn EVP_aes_256_cbc ; see .Xr EVP_EncryptInit 3 for details. -- cgit v1.2.3-55-g6feb