summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_EncryptInit.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/EVP_EncryptInit.3')
-rw-r--r--src/lib/libcrypto/man/EVP_EncryptInit.37
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_EncryptInit.3 b/src/lib/libcrypto/man/EVP_EncryptInit.3
index 44967f863f..e786468550 100644
--- a/src/lib/libcrypto/man/EVP_EncryptInit.3
+++ b/src/lib/libcrypto/man/EVP_EncryptInit.3
@@ -1,4 +1,6 @@
1.Dd $Mdocdate: November 3 2016 $ 1.\" $OpenBSD: EVP_EncryptInit.3,v 1.2 2016/11/06 15:52:50 jmc Exp $
2.\"
3.Dd $Mdocdate: November 6 2016 $
2.Dt EVP_ENCRYPTINIT 3 4.Dt EVP_ENCRYPTINIT 3
3.Os 5.Os
4.Sh NAME 6.Sh NAME
@@ -489,7 +491,8 @@ and
489return the type of the passed cipher or context. 491return the type of the passed cipher or context.
490This "type" is the actual NID of the cipher OBJECT IDENTIFIER as such it 492This "type" is the actual NID of the cipher OBJECT IDENTIFIER as such it
491ignores the cipher parameters and 40 bit RC2 and 128 bit RC2 have the 493ignores the cipher parameters and 40 bit RC2 and 128 bit RC2 have the
492same NID. If the cipher does not have an object identifier or does not 494same NID.
495If the cipher does not have an object identifier or does not
493have ASN1 support this function will return 496have ASN1 support this function will return
494.Dv NID_undef . 497.Dv NID_undef .
495.Pp 498.Pp