summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/d2i_dsap.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/d2i_dsap.c')
-rw-r--r--crypto/asn1/d2i_dsap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/asn1/d2i_dsap.c b/crypto/asn1/d2i_dsap.c
index 2582b8fd45..51863a8b13 100644
--- a/crypto/asn1/d2i_dsap.c
+++ b/crypto/asn1/d2i_dsap.c
@@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
+#ifndef NO_DSA
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>
@@ -90,4 +91,4 @@ err:
if (bs != NULL) ASN1_BIT_STRING_free(bs);
return(NULL);
}
-
+#endif