Codebase list openssl / 1238caa
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) Alexandre Perrin authored 6 years ago Rich Salz committed 6 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
9898
9999 int EVP_CIPHER_nid(const EVP_CIPHER *e);
100100 int EVP_CIPHER_block_size(const EVP_CIPHER *e);
101 int EVP_CIPHER_key_length(const EVP_CIPHER *e)
102101 int EVP_CIPHER_key_length(const EVP_CIPHER *e);
103102 int EVP_CIPHER_iv_length(const EVP_CIPHER *e);
104103 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *e);