]> git.sesse.net Git - cubemap/blobdiff - tlse/README
Use <linux/tls.h>, which now is included in glibc, for kTLS.
[cubemap] / tlse / README
index 3fa5ca5db148ef57bf6ca9fdbca856d559764229..8e91f403f4f9bf6bc8567cc45c6e3c7f19ef26fb 100644 (file)
@@ -2,7 +2,6 @@ This is a copy of the core files of TLSe, checked out from
 
   https://github.com/eduardsui/tlse
 
-It is patched to add and include ktls.h, since glibc does not include
-kTLS definitions yet, and then irrelevant files removed. It is embedded
-(as opposed to a regular link) since TLSe does not provide a static or
-shared library.
+It has had irrelevant files removed, and a dummy ktls.h is added to
+forward to glibc's implementation. It is embedded (as opposed to
+a regular link) since TLSe does not provide a static or shared library.