Searched refs:BEGIN_CERT (Results 1 – 1 of 1) sorted by relevance
57 #define BEGIN_CERT "-----BEGIN CERTIFICATE-----" macro187 char *begin_cert_ptr = strstr(current_ca_file_ptr, BEGIN_CERT); in add_certs_to_store()188 if(!begin_cert_ptr || !is_cr_or_lf(begin_cert_ptr[strlen(BEGIN_CERT)])) { in add_certs_to_store()