Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Dx509.c1199 int defaultfile = 0, file_exists; in x509_load_serial() local
1209 defaultfile = 1; in x509_load_serial()
1212 serial = load_serial(serialfile, &file_exists, create || defaultfile, NULL); in x509_load_serial()