aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/d2i_s_pu.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/d2i_s_pu.c')
-rw-r--r--crypto/asn1/d2i_s_pu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/asn1/d2i_s_pu.c b/crypto/asn1/d2i_s_pu.c
index 4d65cef5a9..2b1bf638c1 100644
--- a/crypto/asn1/d2i_s_pu.c
+++ b/crypto/asn1/d2i_s_pu.c
@@ -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