CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2019/04/14 11:26:27

Modified files:
        lib/libcrypto/evp: e_aes.c 

Log message:
Remove two pointless chunks of code.

This reverts part of OpenSSL c2fd5d79, which added the same code to AES
CCM, GCM and XTS. In the case of CCM and GCM nothing assigns {ccm,gcm}.key
so there is never going to be anything to update (unlike XTS).

ok tb@

Reply via email to