diff options
Diffstat (limited to 'src/lib/libcrypto/man/EVP_EncryptInit.3')
-rw-r--r-- | src/lib/libcrypto/man/EVP_EncryptInit.3 | 7 |
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 | |||
489 | return the type of the passed cipher or context. | 491 | return the type of the passed cipher or context. |
490 | This "type" is the actual NID of the cipher OBJECT IDENTIFIER as such it | 492 | This "type" is the actual NID of the cipher OBJECT IDENTIFIER as such it |
491 | ignores the cipher parameters and 40 bit RC2 and 128 bit RC2 have the | 493 | ignores the cipher parameters and 40 bit RC2 and 128 bit RC2 have the |
492 | same NID. If the cipher does not have an object identifier or does not | 494 | same NID. |
495 | If the cipher does not have an object identifier or does not | ||
493 | have ASN1 support this function will return | 496 | have ASN1 support this function will return |
494 | .Dv NID_undef . | 497 | .Dv NID_undef . |
495 | .Pp | 498 | .Pp |