summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2017-10-24 12:12:16 +0200
committerKai Engert <kaie@kuix.de>2017-10-24 12:12:16 +0200
commitb486b5a3bead1c84ceff5967d5a1e736efcb2f01 (patch)
tree8141244a6357d4145e84c58c239e7e524184292e /automation
parent0d7b26e5df0c1e916eca6d8aad409778cb402331 (diff)
downloadnss-hg-b486b5a3bead1c84ceff5967d5a1e736efcb2f01.tar.gz
Bug 1396525, whitelist expected and acceptabled ABI changes, r=ttaubert
Diffstat (limited to 'automation')
-rw-r--r--automation/abi-check/expected-report-libssl3.so.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/automation/abi-check/expected-report-libssl3.so.txt b/automation/abi-check/expected-report-libssl3.so.txt
index e69de29bb..16d3ab7cf 100644
--- a/automation/abi-check/expected-report-libssl3.so.txt
+++ b/automation/abi-check/expected-report-libssl3.so.txt
@@ -0,0 +1,15 @@
+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_GetChannelInfo(SSLChannelInfo*, PRUintn)' at sslinfo.c:26:1 has some indirect sub-type changes:
+ parameter 1 of type 'SSLChannelInfo*' has sub-type changes:
+ in pointed to type 'typedef SSLChannelInfo' at sslt.h:288:1:
+ underlying type 'struct SSLChannelInfoStr' at sslt.h:229:1 changed:
+ type size changed from 896 to 960 bits
+ 2 data member insertions:
+ 'SSLNamedGroup SSLChannelInfoStr::originalKeaGroup', at offset 864 (in bits) at sslt.h:281:1
+ 'PRBool SSLChannelInfoStr::resumed', at offset 896 (in bits) at sslt.h:284:1
+
+