New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / rsaref / rsaref.c
index 0b4fb772326a41179bb74667e992bd5094f4a9b9..b070c5684c217ed27a9593deb1307d29264b8ad1 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_RSA
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/bn.h>
@@ -296,4 +297,4 @@ err:
        memset(&rnd,0,sizeof(rnd));
        return(outlen);
        }
-
+#endif