GET_VER_OPT_STRING  548 ext/openssl/xp_ssl.c 		GET_VER_OPT_STRING("peer_name", peer_name);
GET_VER_OPT_STRING  579 ext/openssl/xp_ssl.c 	GET_VER_OPT_STRING("passphrase", passphrase);
GET_VER_OPT_STRING  842 ext/openssl/xp_ssl.c 	GET_VER_OPT_STRING("cafile", cafile);
GET_VER_OPT_STRING  843 ext/openssl/xp_ssl.c 	GET_VER_OPT_STRING("capath", capath);
GET_VER_OPT_STRING  900 ext/openssl/xp_ssl.c 	GET_VER_OPT_STRING("local_cert", certfile);
GET_VER_OPT_STRING  912 ext/openssl/xp_ssl.c 			GET_VER_OPT_STRING("local_pk", private_key);
GET_VER_OPT_STRING 1422 ext/openssl/xp_ssl.c 	GET_VER_OPT_STRING("peer_name", sni_server_name);
GET_VER_OPT_STRING 1573 ext/openssl/xp_ssl.c 	GET_VER_OPT_STRING("ciphers", cipherlist);
GET_VER_OPT_STRING 1585 ext/openssl/xp_ssl.c 	GET_VER_OPT_STRING("alpn_protocols", alpn_protocols);