aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509ca/x509_ca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cert/x509ca/x509_ca.h')
-rw-r--r--src/cert/x509ca/x509_ca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cert/x509ca/x509_ca.h b/src/cert/x509ca/x509_ca.h
index 7aca26d03..d37b02eaf 100644
--- a/src/cert/x509ca/x509_ca.h
+++ b/src/cert/x509ca/x509_ca.h
@@ -82,7 +82,7 @@ class BOTAN_DLL X509_CA
static X509_Certificate make_cert(PK_Signer* signer,
RandomNumberGenerator& rng,
const AlgorithmIdentifier& sig_algo,
- const MemoryRegion<byte>& pub_key,
+ const std::vector<byte>& pub_key,
const X509_Time& not_before,
const X509_Time& not_after,
const X509_DN& issuer_dn,