From f5d7a031a3c3e7b1700a67d6dc19daf3718ce6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Tue, 27 Apr 1999 01:14:46 +0000 Subject: New Configure option no- (rsa, idea, rc5, ...). --- crypto/evp/p_open.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/evp/p_open.c') diff --git a/crypto/evp/p_open.c b/crypto/evp/p_open.c index 6b532949a7..ddb9fd6942 100644 --- a/crypto/evp/p_open.c +++ b/crypto/evp/p_open.c @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#ifndef NO_RSA #include #include "cryptlib.h" #include @@ -109,3 +110,4 @@ int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) EVP_DecryptInit(ctx,NULL,NULL,NULL); return(i); } +#endif -- cgit v1.2.3