New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / crypto / asn1 / i2d_dsap.c
index 931711046444adafd63e4825b3e47e55020339de..f36f0da4e2e770978dedbb8dc5581e4667c92006 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_DSA
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/bn.h>
@@ -112,4 +113,5 @@ err:
        *pp=p;
        return(ret);
        }
+#endif