Documentation typo fix in EVP_EncryptInit.pod
authorAlexandre Perrin <alex@kaworu.ch>
Mon, 2 Apr 2018 11:15:31 +0000 (07:15 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 2 Apr 2018 11:16:12 +0000 (07:16 -0400)
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)

doc/man3/EVP_EncryptInit.pod

index 030b01089896f27641c60bea0f11225516259131..2e3a45a7992907491e26b786233a3c9ede6b5ff5 100644 (file)
@@ -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);