CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2020/10/02 01:53:58
Modified files: regress/lib/libcrypto/x509/bettertls: verify.c Log message: Make this test compile against OpenSSL 1.1 The X509_STORE_CTX struct is opaque in OpenSSL 1.1. To avoid reaching inside it, reuse the trusted certificate store that was just assigned to it and use X509_STORE_CTX_get0_param(3) to access the verification parameters.