summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecdsa.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-25 23:41:32 +0000
committerBodo Möller <bodo@openssl.org>2002-03-25 23:41:32 +0000
commitaf1cb47e65499c23f2dc152d6b26a55e11d5af2b (patch)
tree5aad48de2207da4aaae1b651ded45d547511a209 /crypto/ecdsa/ecdsa.h
parente8e7fbdb16b9d01f5a173eab9d1b9ec37c7ff51e (diff)
fix warnings
Submitted by: Nils Larsch
Diffstat (limited to 'crypto/ecdsa/ecdsa.h')
-rw-r--r--crypto/ecdsa/ecdsa.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/ecdsa/ecdsa.h b/crypto/ecdsa/ecdsa.h
index cdd6254883..5250e15fee 100644
--- a/crypto/ecdsa/ecdsa.h
+++ b/crypto/ecdsa/ecdsa.h
@@ -134,10 +134,10 @@ int ECDSA_check_key(ECDSA *ecdsa);
const ECDSA_METHOD *ECDSA_OpenSSL(void);
void ECDSA_set_default_method(const ECDSA_METHOD *);
-const ECDSA_METHOD *ECDSA_get_default_openssl_method(void);
+const ECDSA_METHOD *ECDSA_get_default_method(void);
int ECDSA_set_method(ECDSA *, const ECDSA_METHOD *);
-ECDSA *ECDSA_new();
+ECDSA *ECDSA_new(void);
ECDSA *ECDSA_new_method(ENGINE *engine);
int ECDSA_size(const ECDSA *);
int ECDSA_sign_setup(ECDSA *ecdsa, BN_CTX *ctx, BIGNUM **kinv, BIGNUM **rp);
@@ -190,6 +190,7 @@ int i2d_ECDSAPublicKey(ECDSA *a, unsigned char **out);
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.
*/
+void ERR_load_ECDSA_strings(void);
/* Error codes for the ECDSA functions. */