CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2023/07/02 05:29:36

Modified files:
        lib/libcrypto/ecdh: ech_key.c 

Log message:
Unconditionally zero the ECDH key

While memset() is quite expensive, we can afford zeroing a few extra bytes
to make this code more readable.

ok beck jsing

Reply via email to