From 79df9d62721467927c81f1fa91568340e873ee9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Tue, 27 Apr 1999 03:19:12 +0000 Subject: New Configure option no- (rsa, idea, rc5, ...). --- ssl/s2_lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ssl/s2_lib.c') diff --git a/ssl/s2_lib.c b/ssl/s2_lib.c index ad23ce1dc5..e56901bacf 100644 --- a/ssl/s2_lib.c +++ b/ssl/s2_lib.c @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#ifndef NO_RSA #include #include #include @@ -414,4 +415,4 @@ int ssl2_shutdown(SSL *s) s->shutdown=(SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN); return(1); } - +#endif -- cgit v1.2.3