summaryrefslogtreecommitdiff
path: root/include/openssl/ecdsa.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-12 01:53:52 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-09-12 01:53:52 +0100
commitaabd49232025807babe995006a46c4c7815ce868 (patch)
tree2c0b4f9cb849f599ee7d5b89b434cee5c80d4144 /include/openssl/ecdsa.h
parentbc2a15cdfb5a5a91b9166371b41b7e0c71e547c6 (diff)
downloadopenssl-new-aabd49232025807babe995006a46c4c7815ce868.tar.gz
Constify ECDSA_METHOD_new.
PR#3920. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include/openssl/ecdsa.h')
-rw-r--r--include/openssl/ecdsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ecdsa.h b/include/openssl/ecdsa.h
index f60c229c40..4a02a01e3b 100644
--- a/include/openssl/ecdsa.h
+++ b/include/openssl/ecdsa.h
@@ -233,7 +233,7 @@ void *ECDSA_get_ex_data(EC_KEY *d, int idx);
* \return pointer to a ECDSA_METHOD structure or NULL if an error occurred
*/
-ECDSA_METHOD *ECDSA_METHOD_new(ECDSA_METHOD *ecdsa_method);
+ECDSA_METHOD *ECDSA_METHOD_new(const ECDSA_METHOD *ecdsa_method);
/** frees a ECDSA_METHOD structure
* \param ecdsa_method pointer to the ECDSA_METHOD structure