/* file : tests/basic/driver.c * license : Mozilla Public License 2.0; see accompanying LICENSE file */ #include #include #include /* Usage: argv[0] * * Print the CA certificates file path to stdout. */ int main () { printf ("%s\n", ca_certificates_file ()); return 0; }