From f846335657f090ed7cc45face7b9955f6684fd5d Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Mon, 4 Oct 1999 10:55:04 +0000 Subject: [PATCH] Add prototypes for new DSA functions Steve added recently. --- crypto/dsa/dsa.h | 4 ++++ 1 file changed, 4 insertions(+) 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 *); -- 2.34.1