[openssl-dev] [openssl.org #4079] syntax error with EVP_CHECK_DES_KEY

Kaduk, Ben via RT rt at openssl.org
Thu Oct 8 16:09:36 UTC 2015


Code inspection of crypto/evp/e_des3.c reveals that !! was used instead
of || (and then subsequently reformatted by a script):

    272 # ifdef EVP_CHECK_DES_KEY
    273     if (DES_set_key_checked(&deskey[0], &dat->ks1)
    274         ! !DES_set_key_checked(&deskey[1], &dat->ks2))
    275         return 0;

-Ben

_______________________________________________
openssl-bugs-mod mailing list
openssl-bugs-mod at openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod



More information about the openssl-dev mailing list