COMPAT. LAYER : jenkins warnings and build configurations

This commit is contained in:
Jacob Barthelmeh
2016-11-09 09:51:04 -07:00
parent 464543df26
commit 8554912d68
4 changed files with 20 additions and 16 deletions

View File

@@ -10106,7 +10106,7 @@ int wolfSSL_set_compression(WOLFSSL* ssl)
ctx->finUsed = 0;
#ifndef NO_AES
printf("cipherType=%d\n", ctx->cipherType);
/* printf("cipherType=%d\n", ctx->cipherType); */
if (ctx->cipherType == AES_128_CBC_TYPE ||
(type && XSTRNCMP(type, EVP_AES_128_CBC, EVP_AES_SIZE) == 0)) {
WOLFSSL_MSG(EVP_AES_128_CBC);