CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/18 09:30:43
Modified files:
lib/libssl : tls12_record_layer.c
Log message:
Switch from EVP_CIPHER_type() to EVP_CIPHER_nid()
EVP_CIPHER_type() will never return NID_gost89_cnt since it has no
associated ASN1_OBJECT. Switching to EVP_CIPHER_nid() has a slight
chance of working. Do that before beck applies the flensing knife.
ok beck
