CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/04 13:02:10
Modified files:
lib/libssl : ssl_ciph.c
Log message:
Remove last external call to EVP_PKEY_meth_find()
In order to determine whether GOST is properly enabled, libssl has various
weird dances. In this specific case, it calls EVP_PKEY_meth_find() to see
whether the relevant cipher is around. Check the same thing with an #ifdef
instead.
ok jsing
