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

/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c139 static int numcerts = 0; variable
153 numcerts = certlist->nelts;
154 certarray = apr_palloc(p, sizeof(unicode_t*)*numcerts);
156 for (i = 0; i < numcerts; ++i) {
346 ulFlags = (numcerts ? SO_TLS_ENABLE : SO_TLS_ENABLE | SO_TLS_BLIND_ACCEPT);
365 if (numcerts) {
368 sNWTLSOpts.numElementsInTRList = numcerts; /* number of certs in TRList */

Completed in 14 milliseconds