Home
last modified time | relevance | path

Searched refs:SSL_DIR (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/PC/VS7.1/
D_ssl.mak7 SSL_LIB_DIR=$(SSL_DIR)/out32.dbg
12 SSL_LIB_DIR=$(SSL_DIR)/out32
15 INCLUDES=-I ../../Include -I ../../PC -I $(SSL_DIR)/inc32
/external/python/cpython2/PC/VC6/
D_ssl.mak14 INCLUDES=-I ../../Include -I .. -I $(SSL_DIR)/inc32
15 SSL_LIB_DIR=$(SSL_DIR)/out32
/external/curl/lib/vtls/
Dnss.c75 #define SSL_DIR "/etc/pki/nssdb" macro
1244 if((stat(SSL_DIR, &st) == 0) && in nss_init()
1246 cert_dir = (char *)SSL_DIR; in nss_init()
/external/curl/docs/
DSSLCERTS.md142 directory configured with SSL_DIR environment variable). To check which certdb
/external/curl/
DCHANGES.04527 o It looks for the NSS database first in the environment variable SSL_DIR,