projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b024cd
)
Add prototypes for new DSA functions Steve added recently.
author
Ralf S. Engelschall
<rse@openssl.org>
Mon, 4 Oct 1999 10:55:04 +0000
(10:55 +0000)
committer
Ralf S. Engelschall
<rse@openssl.org>
Mon, 4 Oct 1999 10:55:04 +0000
(10:55 +0000)
crypto/dsa/dsa.h
patch
|
blob
|
history
diff --git
a/crypto/dsa/dsa.h
b/crypto/dsa/dsa.h
index 6b5a24149ed8f232ebdd4065154da221fea50dcf..9a6aee54497183c7d30f15752f38e1f4d1df5b83 100644
(file)
--- 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 *);