From cbf3213c4ff1f7600714ea18fb4bda29f3314495 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Mon, 21 Dec 2015 23:33:33 -0700 Subject: [PATCH] correct logic on pre-processor macro --- src/ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl.c b/src/ssl.c index c250f0efc..ead593a5a 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -13311,7 +13311,7 @@ int wolfSSL_RSA_sign(int type, const unsigned char* m, } switch (type) { - #ifndef WOLFSSL_MD2 + #ifdef WOLFSSL_MD2 case NID_md2: type = MD2h; break; #endif #ifndef NO_MD5