Commit 1ef30e3
authored
PackageCollectionsSigning: avoid peeking into
This uses the `CCryptoBoringSSL_X509_STORE_CTX_get_current_cert`
accessor to access the `current_cert` member. This is purely a cleanup
change that will become important when swift-crypto is bumped as
BoringSSL has made more of the interfaces opaque.X509_STORE_CTX (#3730)1 parent 315119f commit 1ef30e3
File tree
1 file changed
+1
-1
lines changed- Sources/PackageCollectionsSigning/Certificate
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
0 commit comments