New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / apps / rsa.c
index 1372a5fac9e0c9efb9dde4253862514a08b0f067..3be1f67657dd2162604b8231889ae6690c61de16 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_RSA
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -298,4 +299,4 @@ end:
        if (rsa != NULL) RSA_free(rsa);
        EXIT(ret);
        }
-
+#endif