X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fasn1%2Fd2i_s_pr.c;fp=crypto%2Fasn1%2Fd2i_s_pr.c;h=050e1cc5fb21d2db4e53a2d7c10542f29571d135;hb=f5d7a031a3c3e7b1700a67d6dc19daf3718ce6ee;hp=cf64a2edadd52b63c55c4d16d72a5af99d19b69b;hpb=b64f825671861144e1c24f2a5498a95a083021cd;p=openssl.git diff --git a/crypto/asn1/d2i_s_pr.c b/crypto/asn1/d2i_s_pr.c index cf64a2edad..050e1cc5fb 100644 --- a/crypto/asn1/d2i_s_pr.c +++ b/crypto/asn1/d2i_s_pr.c @@ -58,6 +58,7 @@ /* Original version from Steven Schoch */ +#ifndef NO_DSA #include #include "cryptlib.h" #include @@ -101,4 +102,4 @@ err: if (bs != NULL) ASN1_INTEGER_free(bs); return(NULL); } - +#endif