The branch master has been updated
       via  1238caa725a1dfb5f9d7ef3ba3b014d2af4cab60 (commit)
      from  d53df3d08f354a650912c3409a84bea225cf1cc5 (commit)


- Log -----------------------------------------------------------------
commit 1238caa725a1dfb5f9d7ef3ba3b014d2af4cab60
Author: Alexandre Perrin <a...@kaworu.ch>
Date:   Mon Apr 2 07:15:31 2018 -0400

    Documentation typo fix in EVP_EncryptInit.pod
    
    Remove duplicate declaration of `EVP_CIPHER_key_length` in the synopsis.
    
    CLA: trivial
    
    Reviewed-by: Andy Polyakov <ap...@openssl.org>
    Reviewed-by: Rich Salz <rs...@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5792)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/EVP_EncryptInit.pod | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod
index 030b010..2e3a45a 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);
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to