delete redundant #else

This commit is contained in:
John Safranek
2016-09-20 15:59:08 -07:00
parent df1d8200ef
commit ef7183dcf7

View File

@ -3440,7 +3440,6 @@ static int wolfssl_encrypt_buffer_key(byte* der, word32 derSz, byte* password,
#endif
return SSL_FATAL_ERROR;
}
#else
#endif /* NO_MD5 */