Fix build Rebase mishap. Change-Id: I7841808426068ae345529a94de7a05022bd55bed Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/96727 Commit-Queue: David Benjamin <davidben@google.com> Auto-Submit: David Benjamin <davidben@google.com> Commit-Queue: Lily Chen <chlily@google.com> Reviewed-by: Lily Chen <chlily@google.com>
diff --git a/crypto/x509/x509_test.cc b/crypto/x509/x509_test.cc index e506456..9c2d67c 100644 --- a/crypto/x509/x509_test.cc +++ b/crypto/x509/x509_test.cc
@@ -8116,11 +8116,7 @@ 0x80, 0x08, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}}, // The SKID extension could not be parsed. - {"authorityKeyIdentifier", - "keyid", - nullptr, - issuer_invalid_skid.get(), - {}}, + {"authorityKeyIdentifier", "keyid", issuer_invalid_skid.get(), {}}, // keyid:always makes it an error when there is no issuer SKID. {"authorityKeyIdentifier", "keyid:always", issuer_no_skid.get(), {}},