diff options
author | Alexandre Perrin <alex@kaworu.ch> | 2018-04-02 13:15:31 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2018-04-02 13:16:12 +0200 |
commit | 1238caa725a1dfb5f9d7ef3ba3b014d2af4cab60 (patch) | |
tree | fbb8ed123be4f793c3a4c778972e0948a9b4923f /doc | |
parent | fix typo in x509 documentation (diff) | |
download | openssl-1238caa725a1dfb5f9d7ef3ba3b014d2af4cab60.tar.xz openssl-1238caa725a1dfb5f9d7ef3ba3b014d2af4cab60.zip |
Documentation typo fix in EVP_EncryptInit.pod
Remove duplicate declaration of `EVP_CIPHER_key_length` in the synopsis.
CLA: trivial
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5792)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man3/EVP_EncryptInit.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod index 030b010898..2e3a45a799 100644 --- a/doc/man3/EVP_EncryptInit.pod +++ b/doc/man3/EVP_EncryptInit.pod @@ -99,7 +99,6 @@ EVP_enc_null int EVP_CIPHER_nid(const EVP_CIPHER *e); int EVP_CIPHER_block_size(const EVP_CIPHER *e); - int EVP_CIPHER_key_length(const EVP_CIPHER *e) int EVP_CIPHER_key_length(const EVP_CIPHER *e); int EVP_CIPHER_iv_length(const EVP_CIPHER *e); unsigned long EVP_CIPHER_flags(const EVP_CIPHER *e); |