Update dependencies.
[oweals/openssl.git] / crypto / asn1 / d2i_s_pu.c
index 4d65cef5a9e1e9659ffe537e00936d66aaa56ba5..2b1bf638c197261f37d390afaf4e8bb044fd8eda 100644 (file)
@@ -56,8 +56,9 @@
  * [including the GNU Public Licence.]
  */
 
-/* Origional version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
+/* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */
 
+#ifndef NO_DSA
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/bn.h>
@@ -113,4 +114,4 @@ err:
        if (bs != NULL) ASN1_INTEGER_free(bs);
        return(NULL);
        }
-
+#endif