aboutsummaryrefslogtreecommitdiffstats
path: root/src/x509_obj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/x509_obj.cpp')
-rw-r--r--src/x509_obj.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509_obj.cpp b/src/x509_obj.cpp
index 44cbe35d8..072505957 100644
--- a/src/x509_obj.cpp
+++ b/src/x509_obj.cpp
@@ -153,7 +153,7 @@ AlgorithmIdentifier X509_Object::signature_algorithm() const
/*************************************************
* Check the signature on an object *
*************************************************/
-bool X509_Object::check_signature(X509_PublicKey& pub_key) const
+bool X509_Object::check_signature(Public_Key& pub_key) const
{
try {
std::vector<std::string> sig_info =