summaryrefslogtreecommitdiffstats
path: root/test/handshake_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/handshake_helper.h')
-rw-r--r--test/handshake_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/handshake_helper.h b/test/handshake_helper.h
index 1f079c932b..a7df5845de 100644
--- a/test/handshake_helper.h
+++ b/test/handshake_helper.h
@@ -58,6 +58,8 @@ typedef struct handshake_result {
int client_sign_hash;
/* client signature type */
int client_sign_type;
+ /* Client CA names */
+ STACK_OF(X509_NAME) *client_ca_names;
} HANDSHAKE_RESULT;
HANDSHAKE_RESULT *HANDSHAKE_RESULT_new(void);