From 63d4c96a3482a3fd60ff666dc2c2f9d3cc52c16f Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Mon, 22 May 2017 21:09:28 +0200 Subject: [PATCH] Document the change made to sslt.h in 1343036 as a permissible ABI change. --- .../abi-check/expected-report-libssl3.so.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/automation/abi-check/expected-report-libssl3.so.txt b/automation/abi-check/expected-report-libssl3.so.txt index e69de29bb2..b0a279d9cf 100644 --- a/automation/abi-check/expected-report-libssl3.so.txt +++ b/automation/abi-check/expected-report-libssl3.so.txt @@ -0,0 +1,14 @@ +Functions changes summary: 0 Removed, 1 Changed, 0 Added function +Variables changes summary: 0 Removed, 0 Changed, 0 Added variable + +1 function with some indirect sub-type change: + + [C]'function SECStatus SSL_GetPreliminaryChannelInfo(SSLPreliminaryChannelInfo*, PRUintn)' at sslinfo.c:115:1 has some indirect sub-type changes: + parameter 1 of type 'SSLPreliminaryChannelInfo*' has sub-type changes: + in pointed to type 'typedef SSLPreliminaryChannelInfo' at sslt.h:318:1: + underlying type 'struct SSLPreliminaryChannelInfoStr' at sslt.h:287:1 changed: + type size changed from 128 to 160 bits + 1 data member insertion: + 'PRUint32 SSLPreliminaryChannelInfoStr::maxEarlyDataSize', at offset 128 (in bits) at sslt.h:314:1 + +