New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / apps / genrsa.c
index 2218fb06d2255685b6a2e89e15d9b00ae613b4b0..1cba9f59256c396fc52e14a741443d16e6dafbd3 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_RSA
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
@@ -262,5 +263,4 @@ static long gr_load_rand(char *name)
                }
        return(tot);
        }
-
-
+#endif