Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document the change made to sslt.h in 1343036 as a permissible ABI ch…
…ange.
  • Loading branch information
kaie committed May 22, 2017
1 parent 84404a2 commit 63d4c96
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 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


0 comments on commit 63d4c96

Please sign in to comment.