Terminate a value_string array.

svn path=/trunk/; revision=53420
This commit is contained in:
Guy Harris 2013-11-18 23:27:06 +00:00
parent 785ebdc13c
commit fe2cd1d08a
1 changed files with 1 additions and 0 deletions

View File

@ -1079,6 +1079,7 @@ const value_string tls_certificate_type[] = {
const value_string tls_cert_chain_type[] = {
{ SSL_HND_CERT_URL_TYPE_INDIVIDUAL_CERT, "Individual Certificates" },
{ SSL_HND_CERT_URL_TYPE_PKIPATH, "PKI Path" },
{ 0, NULL }
};
const value_string tls_cert_status_type[] = {