New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / crypto / asn1 / i2d_r_pu.c
index 03f73485276575bd63651a4f29435d58c1ff112e..6d01bfa8b5ec2ede9cffddb1d0f7ac0dd251a695 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_RSA
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/bn.h>
@@ -108,4 +109,4 @@ int i2d_RSAPublicKey(RSA *a, unsigned char **pp)
        *pp=p;
        return(t);
        }
-
+#endif