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
[email protected]
https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod

_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to