New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / crypto / rsa / rsa.h
index f006b890db69f2e5eb531e0b226edbf510258ffc..2f53ff04b9e065352d5755da613d7c5ad8ec5608 100644 (file)
@@ -66,6 +66,10 @@ extern "C" {
 #include <openssl/bn.h>
 #include <openssl/crypto.h>
 
+#ifdef NO_RSA
+#error RSA is disabled.
+#endif
+
 typedef struct rsa_st RSA;
 
 typedef struct rsa_meth_st