CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2023/12/20 03:14:14

Modified files:
        lib/libcrypto/evp: p_dec.c p_enc.c 

Log message:
Remove preprocessor mess in EVP_PKEY_{de,en}crypt_old()

This was done the worst possible way. It would be much simpler to invert
the logic and use a single #ifdef. jsing prefers keeping the current
logic and suggested we ditch the preprocessor mess altogether.

ok jsing, claudio agreed with the initial diff

Reply via email to