Skip to content

Commit

Permalink
src: register ext reference for Fingerprint512
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed May 6, 2023
1 parent a90a145 commit 1b48580
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 1b48580

Please sign in to comment.