proto_str        1679 ext/openssl/xp_ssl.c 	char *proto_str;
proto_str        1686 ext/openssl/xp_ssl.c 			proto_str = "TLSv1.2";
proto_str        1691 ext/openssl/xp_ssl.c 			proto_str = "TLSv1.1";
proto_str        1695 ext/openssl/xp_ssl.c 			proto_str = "TLSv1";
proto_str        1699 ext/openssl/xp_ssl.c 			proto_str = "SSLv3";
proto_str        1704 ext/openssl/xp_ssl.c 			proto_str = "SSLv2";
proto_str        1707 ext/openssl/xp_ssl.c 		default: proto_str = "UNKNOWN";
proto_str        1711 ext/openssl/xp_ssl.c 	add_assoc_string(&meta_arr, "protocol", proto_str);
proto_str        2271 ext/openssl/xp_ssl.c 				char *proto_str;
proto_str        2278 ext/openssl/xp_ssl.c 					case TLS1_2_VERSION: proto_str = "TLSv1.2"; break;
proto_str        2281 ext/openssl/xp_ssl.c 					case TLS1_1_VERSION: proto_str = "TLSv1.1"; break;
proto_str        2283 ext/openssl/xp_ssl.c 					case TLS1_VERSION: proto_str = "TLSv1"; break;
proto_str        2285 ext/openssl/xp_ssl.c 					case SSL3_VERSION: proto_str = "SSLv3"; break;
proto_str        2288 ext/openssl/xp_ssl.c 					case SSL2_VERSION: proto_str = "SSLv2"; break;
proto_str        2290 ext/openssl/xp_ssl.c 					default: proto_str = "UNKNOWN";
proto_str        2295 ext/openssl/xp_ssl.c 				add_assoc_string(&tmp, "protocol", proto_str);