aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/dsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/dsa.h')
-rw-r--r--include/crypto/dsa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/crypto/dsa.h b/include/crypto/dsa.h
index efd4acf..9afae37 100644
--- a/include/crypto/dsa.h
+++ b/include/crypto/dsa.h
@@ -9,6 +9,5 @@
#include <openssl/dsa.h>
-DSA *dsa_new(OPENSSL_CTX *libctx);
int dsa_sign_int(OPENSSL_CTX *libctx, int type, const unsigned char *dgst,
int dlen, unsigned char *sig, unsigned int *siglen, DSA *dsa);