diff options
author | jmc <> | 2016-11-06 15:52:50 +0000 |
---|---|---|
committer | jmc <> | 2016-11-06 15:52:50 +0000 |
commit | 5a18890fb4c6b832214c6c32d7ca56db3fd9133a (patch) | |
tree | d98f3cbf729ef563011a9ca161b7885314ef68d3 /src/lib/libcrypto/man/EVP_EncryptInit.3 | |
parent | 778481083606b883faa33b90d3de57202a2bcf25 (diff) | |
download | openbsd-5a18890fb4c6b832214c6c32d7ca56db3fd9133a.tar.gz openbsd-5a18890fb4c6b832214c6c32d7ca56db3fd9133a.tar.bz2 openbsd-5a18890fb4c6b832214c6c32d7ca56db3fd9133a.zip |
first pass; ok schwarze
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 |