summaryrefslogtreecommitdiffstats
path: root/test/dsatest.c
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2017-04-27 10:32:30 -0500
committerBenjamin Kaduk <kaduk@mit.edu>2017-06-24 19:25:43 -0500
commit818137766e0c34d3447f1f97c4557100d2e6df94 (patch)
tree183ce2f88dab612b8b2da980b44b7b498910c754 /test/dsatest.c
parentd499a3e185d909c779801c6d1310218a25898341 (diff)
Fix no-dsa build
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3326)
Diffstat (limited to 'test/dsatest.c')
-rw-r--r--test/dsatest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dsatest.c b/test/dsatest.c
index e4ed8ebd63..579e57c382 100644
--- a/test/dsatest.c
+++ b/test/dsatest.c
@@ -21,6 +21,7 @@
#include "testutil.h"
#include "e_os.h"
+#ifndef OPENSSL_NO_DSA
static int dsa_cb(int p, int n, BN_GENCB *arg);
/*
@@ -134,6 +135,7 @@ static int dsa_cb(int p, int n, BN_GENCB *arg)
}
return 1;
}
+#endif /* OPENSSL_NO_DSA */
void register_tests(void)
{