Update dependencies.
[oweals/openssl.git] / crypto / asn1 / d2i_dsap.c
index 2582b8fd454d51d95c92e44a74a76d2f5957cbdd..51863a8b134c6f7a69a5fc731d23986aa9900ac0 100644 (file)
@@ -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