aboutsummaryrefslogtreecommitdiff
path: root/xlat/socketlayers.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlat/socketlayers.h')
-rw-r--r--xlat/socketlayers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xlat/socketlayers.h b/xlat/socketlayers.h
index 5e486c38d..dc96902be 100644
--- a/xlat/socketlayers.h
+++ b/xlat/socketlayers.h
@@ -104,6 +104,9 @@
#if !(defined(SOL_KCM) || (defined(HAVE_DECL_SOL_KCM) && HAVE_DECL_SOL_KCM))
# define SOL_KCM 281
#endif
+#if !(defined(SOL_TLS) || (defined(HAVE_DECL_SOL_TLS) && HAVE_DECL_SOL_TLS))
+# define SOL_TLS 282
+#endif
#ifndef IN_MPERS
@@ -143,6 +146,7 @@ const struct xlat socketlayers[] = {
XLAT(SOL_ALG),
XLAT(SOL_NFC),
XLAT(SOL_KCM),
+ XLAT(SOL_TLS),
XLAT_END
};