aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa.h
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-10-04 10:55:04 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-10-04 10:55:04 +0000
commitf846335657f090ed7cc45face7b9955f6684fd5d (patch)
treeca1aa80cae59b7097a28846f91347202f72ea6af /crypto/dsa/dsa.h
parent2b024cd242773921aaccdc02f7963a1ae88aed04 (diff)
downloadopenssl-f846335657f090ed7cc45face7b9955f6684fd5d.tar.gz
Add prototypes for new DSA functions Steve added recently.
Diffstat (limited to 'crypto/dsa/dsa.h')
-rw-r--r--crypto/dsa/dsa.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/dsa/dsa.h b/crypto/dsa/dsa.h
index 6b5a24149e..9a6aee5449 100644
--- a/crypto/dsa/dsa.h
+++ b/crypto/dsa/dsa.h
@@ -156,6 +156,10 @@ int DSA_do_verify(const unsigned char *dgst,int dgst_len,
DSA_METHOD *DSA_OpenSSL(void);
+void DSA_set_default_method(DSA_METHOD *);
+DSA_METHOD *DSA_get_default_method(void);
+DSA_METHOD *DSA_set_method(DSA *dsa, DSA_METHOD *);
+
DSA * DSA_new(void);
DSA * DSA_new_method(DSA_METHOD *meth);
int DSA_size(DSA *);