]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/t1_trce.c
Properly process the "Availablein" keyword for evp_test
[thirdparty/openssl.git] / ssl / t1_trce.c
index 9368baf1e73e762baa40895579692f16259ca497..489558e052469e614c6008a97f5f7073a9199953 100644 (file)
@@ -1030,7 +1030,7 @@ static int ssl_print_server_hello(BIO *bio, int indent,
 
 static int ssl_get_keyex(const char **pname, const SSL *ssl)
 {
-    unsigned long alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey;
+    unsigned long alg_k = ssl->s3.tmp.new_cipher->algorithm_mkey;
 
     if (alg_k & SSL_kRSA) {
         *pname = "rsa";