correct logic on pre-processor macro

This commit is contained in:
kaleb-himes
2015-12-21 23:33:33 -07:00
parent 0cb2374c69
commit cbf3213c4f

View File

@@ -13311,7 +13311,7 @@ int wolfSSL_RSA_sign(int type, const unsigned char* m,
} }
switch (type) { switch (type) {
#ifndef WOLFSSL_MD2 #ifdef WOLFSSL_MD2
case NID_md2: type = MD2h; break; case NID_md2: type = MD2h; break;
#endif #endif
#ifndef NO_MD5 #ifndef NO_MD5