Home
last modified time | relevance | path

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

/PHP-5.3/ext/openssl/
H A Dopenssl.c796 BIO *oid_bio = BIO_new_file(str, "r"); in php_openssl_parse_config() local
797 if (oid_bio) { in php_openssl_parse_config()
798 OBJ_create_objects(oid_bio); in php_openssl_parse_config()
799 BIO_free(oid_bio); in php_openssl_parse_config()

Completed in 16 milliseconds