From 3e178d2fb26352d6596530d247d5783d687956e9 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 7 Sep 2017 06:45:04 +0000 Subject: [PATCH] Update SOL_* constants * xlat/socketlayers.in: Add SOL_TLS. * NEWS: Mention this. --- NEWS | 3 +++ xlat/socketlayers.in | 1 + 2 files changed, 4 insertions(+) diff --git a/NEWS b/NEWS index e74eec45..3a8ed3da 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ Noteworthy changes in release ?.?? (????-??-??) =============================================== +* Improvements + * Updated the list of SOL_* constants. + Noteworthy changes in release 4.19 (2017-09-05) =============================================== diff --git a/xlat/socketlayers.in b/xlat/socketlayers.in index 7b0b86e3..dc80c588 100644 --- a/xlat/socketlayers.in +++ b/xlat/socketlayers.in @@ -33,3 +33,4 @@ SOL_CAIF 278 SOL_ALG 279 SOL_NFC 280 SOL_KCM 281 +SOL_TLS 282 -- 2.40.0