Move parsing and construction of CA names to separate functions
[openssl.git] / ssl / statem / statem_locl.h
index 1c78a4da70b6481a0d9218914bda812962dbf5b7..f16ba11bd040d4faf00a32fcf4e7bf3368373b04 100644 (file)
@@ -80,6 +80,9 @@ typedef int (*confunc_f) (SSL *s, WPACKET *pkt);
 int check_in_list(SSL *s, unsigned int group_id, const unsigned char *groups,
                   size_t num_groups, int checkallow);
 int create_synthetic_message_hash(SSL *s);
+int parse_ca_names(SSL *s, PACKET *pkt, int *al);
+int construct_ca_names(SSL *s, WPACKET *pkt);
+
 /*
  * TLS/DTLS client state machine functions
  */