From f945d56b45e026bcf0a307419758e68c85ad3b47 Mon Sep 17 00:00:00 2001 From: Robert Relyea Date: Thu, 29 Apr 2021 10:08:01 -0700 Subject: [PATCH] (sigh) abi check file has a file location change after the merge --- automation/abi-check/expected-report-libnss3.so.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/abi-check/expected-report-libnss3.so.txt b/automation/abi-check/expected-report-libnss3.so.txt index f4cb8919da..41fafc87b0 100644 --- a/automation/abi-check/expected-report-libnss3.so.txt +++ b/automation/abi-check/expected-report-libnss3.so.txt @@ -6,7 +6,7 @@ 1 function with some indirect sub-type change: - [C]'function PK11Context* PK11_CreateContextBySymKey(CK_MECHANISM_TYPE, CK_ATTRIBUTE_TYPE, PK11SymKey*, SECItem*)' at pk11cxt.c:479:1 has some indirect sub-type changes: + [C]'function PK11Context* PK11_CreateContextBySymKey(CK_MECHANISM_TYPE, CK_ATTRIBUTE_TYPE, PK11SymKey*, SECItem*)' at pk11cxt.c:493:1 has some indirect sub-type changes: parameter 4 of type 'SECItem*' changed: in pointed to type 'typedef SECItem': entity changed from 'typedef SECItem' to 'const SECItem'