]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_ssl/lib/SecureTransportPriv.h
Security-58286.20.16.tar.gz
[apple/security.git] / OSX / libsecurity_ssl / lib / SecureTransportPriv.h
index 66f8b845e7f846b12ce07f4bd64040f934e6c25e..4df1cbc31bf0eb49ba4e65223b230da63f4fa3da 100644 (file)
@@ -738,6 +738,13 @@ _SSLDisposeContext                 (SSLContextRef          context);
 
 #endif /* TARGET_OS_IPHONE */
 
 
 #endif /* TARGET_OS_IPHONE */
 
+/*
+ * Map the SSLProtocol enum to an enum capturing the wire format (coreTLS) version.
+ */
+#define SECURITY_HAS_TLS_VERSION_TRANSLATOR 1
+tls_protocol_version
+_SSLProtocolVersionToWireFormatValue   (SSLProtocol protocol);
+
 
 /*
  * Create a new Datagram TLS session context.
 
 /*
  * Create a new Datagram TLS session context.