Change Post Handshake auth so that it is opt-in
[openssl.git] / test / ssl_test_ctx.h
index e26c207657b878109e28c4dce2dbf2d0da348abd..86d227d86550cf0764838b9899d655147c8706af 100644 (file)
@@ -108,8 +108,8 @@ typedef struct {
     char *reneg_ciphers;
     char *srp_user;
     char *srp_password;
-    /* Forced PHA */
-    int force_pha;
+    /* PHA enabled */
+    int enable_pha;
 } SSL_TEST_CLIENT_CONF;
 
 typedef struct {