Home
last modified time | relevance | path

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

/external/libevent/sample/
Dhttps-client.c186 add_cert_for_store(X509_STORE *store, const char *name) in add_cert_for_store() function
371 if (add_cert_for_store(store, "CA") < 0 || in main()
372 add_cert_for_store(store, "AuthRoot") < 0 || in main()
373 add_cert_for_store(store, "ROOT") < 0) { in main()