CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/12/07 05:13:07
Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: Remove get_optional_pkey_id() - it is a hack that existed due to GOST only sometimes being available... and when it was available it was via the crypto engine. GOST is now part of libcrypto proper. Instead of trying to do EVP PKEY lookups via string literals and the ASN1 interfaces, lookup the methods directly using the appropriate NID. ok bcook@