Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/
H A Dopenssl.c828 BIO *oid_bio = BIO_new_file(str, "r"); in php_openssl_parse_config() local
829 if (oid_bio) { in php_openssl_parse_config()
830 OBJ_create_objects(oid_bio); in php_openssl_parse_config()
831 BIO_free(oid_bio); in php_openssl_parse_config()

Completed in 15 milliseconds