aboutsummaryrefslogtreecommitdiffstats
path: root/include/x509_obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/x509_obj.h')
-rw-r--r--include/x509_obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/x509_obj.h b/include/x509_obj.h
index 47c95a041..61483ffd1 100644
--- a/include/x509_obj.h
+++ b/include/x509_obj.h
@@ -26,7 +26,7 @@ class X509_Object
const AlgorithmIdentifier&,
const MemoryRegion<byte>&);
- bool check_signature(class X509_PublicKey&) const;
+ bool check_signature(class Public_Key&) const;
void encode(Pipe&, X509_Encoding = PEM) const;
SecureVector<byte> BER_encode() const;