Searched refs:cpFile (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_util_ssl.c201 X509_STORE *SSL_X509_STORE_create(char *cpFile, char *cpPath) argument
209 if (cpFile == NULL && cpPath == NULL)
213 if (cpFile != NULL) {
219 rv = X509_LOOKUP_load_file(pLookup, cpFile, X509_FILETYPE_PEM);

Completed in 124 milliseconds