]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/pem/pem_seal.c
New Configure option no-<cipher> (rsa, idea, rc5, ...).
[thirdparty/openssl.git] / crypto / pem / pem_seal.c
index 5f5d2c0e43ddada4212f3b10843e23e763624583..23f95beb1e22e5f334a4b23824ab7cdeda0d10ac 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_RSA
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/evp.h>
@@ -174,3 +175,4 @@ err:
        if (s != NULL) Free(s);
        return(ret);
        }
+#endif