summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_EncryptInit.pod
diff options
context:
space:
mode:
authorjmc <>2015-11-11 22:14:40 +0000
committerjmc <>2015-11-11 22:14:40 +0000
commit3681e43b7101c2171779b147addaa726f1373b2b (patch)
tree145dacabb23df6062e88c39d885cb2c0c9c9bc77 /src/lib/libcrypto/doc/EVP_EncryptInit.pod
parent22f89c8c27130dce389c2cba215b4cdd0deadd22 (diff)
downloadopenbsd-3681e43b7101c2171779b147addaa726f1373b2b.tar.gz
openbsd-3681e43b7101c2171779b147addaa726f1373b2b.tar.bz2
openbsd-3681e43b7101c2171779b147addaa726f1373b2b.zip
add missing functions to NAME, or otherwise correct the mlink
entry for them; feedback/ok schwarze
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_EncryptInit.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_EncryptInit.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/EVP_EncryptInit.pod b/src/lib/libcrypto/doc/EVP_EncryptInit.pod
index e9254de3d2..02d02ba5f5 100644
--- a/src/lib/libcrypto/doc/EVP_EncryptInit.pod
+++ b/src/lib/libcrypto/doc/EVP_EncryptInit.pod
@@ -25,7 +25,9 @@ EVP_rc2_ecb, EVP_rc2_cfb, EVP_rc2_ofb, EVP_rc2_40_cbc, EVP_rc2_64_cbc,
25EVP_bf_cbc, EVP_bf_ecb, EVP_bf_cfb, EVP_bf_ofb, EVP_cast5_cbc, 25EVP_bf_cbc, EVP_bf_ecb, EVP_bf_cfb, EVP_bf_ofb, EVP_cast5_cbc,
26EVP_cast5_ecb, EVP_cast5_cfb, EVP_cast5_ofb, 26EVP_cast5_ecb, EVP_cast5_cfb, EVP_cast5_ofb,
27EVP_aes_128_gcm, EVP_aes_192_gcm, EVP_aes_256_gcm, EVP_aes_128_ccm, 27EVP_aes_128_gcm, EVP_aes_192_gcm, EVP_aes_256_gcm, EVP_aes_128_ccm,
28EVP_aes_192_ccm, EVP_aes_256_ccm - EVP cipher routines 28EVP_aes_192_ccm, EVP_aes_256_ccm, EVP_rc5_32_12_16_cbc,
29EVP_rc5_32_12_16_cfb, EVP_rc5_32_12_16_ecb, EVP_rc5_32_12_16_ofb
30- EVP cipher routines
29 31
30=head1 SYNOPSIS 32=head1 SYNOPSIS
31 33