aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/x509/x509path.cpp')
-rw-r--r--src/lib/x509/x509path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/x509/x509path.cpp b/src/lib/x509/x509path.cpp
index 5c1e94ff8..37314a154 100644
--- a/src/lib/x509/x509path.cpp
+++ b/src/lib/x509/x509path.cpp
@@ -443,7 +443,7 @@ PKIX::build_certificate_path(std::vector<std::shared_ptr<const X509_Certificate>
{
const X509_Certificate& last = *cert_path.back();
const X509_DN issuer_dn = last.issuer_dn();
- const std::vector<byte> auth_key_id = last.authority_key_id();
+ const std::vector<uint8_t> auth_key_id = last.authority_key_id();
std::shared_ptr<const X509_Certificate> issuer;
bool trusted_issuer = false;