Searched defs:contenttype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c235 const char *contenttype = NULL; local
383 contenttype = value;
396 /* Check the contenttype if this is an OCSP response */
398 if (contenttype == NULL) {
401 } else if (strcasecmp(contenttype,

Completed in 58 milliseconds