Skip to content

Commit

Permalink
src: register ext reference for Fingerprint512
Browse files Browse the repository at this point in the history
Refs: #39809
Refs: #40239
PR-URL: #47892
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
tniessen authored and targos committed May 12, 2023
1 parent 72340c9 commit 9bc5d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/crypto_x509.cc
Expand Up @@ -572,6 +572,7 @@ void X509Certificate::RegisterExternalReferences(
registry->Register(ValidFrom);
registry->Register(Fingerprint);
registry->Register(Fingerprint256);
registry->Register(Fingerprint512);
registry->Register(KeyUsage);
registry->Register(SerialNumber);
registry->Register(Pem);
Expand Down

0 comments on commit 9bc5d78

Please sign in to comment.