New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / crypto / asn1 / i2d_s_pu.c
index 7903ea410dd73080ce6eafd0d8d0868f202874ce..25b150794a576bb5be49033fcf8fc871b8569b7b 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_DSA
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/bn.h>
@@ -124,4 +125,4 @@ int i2d_DSAPublicKey(DSA *a, unsigned char **pp)
        *pp=p;
        return(t);
        }
-
+#endif