Some more ifdefs for no-xxx options.

This commit is contained in:
Ulf Möller
2000-01-21 00:03:51 +00:00
parent 4699af98e6
commit 731d9c5fb5
5 changed files with 10 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ extern "C" {
#include <openssl/pem.h>
#include <openssl/x509.h>
#if defined(NO_RSA) && !defined(NO_SSL2)
#if (defined(NO_RSA) || defined(NO_MD5)) && !defined(NO_SSL2)
#define NO_SSL2
#endif