aboutsummaryrefslogtreecommitdiffstats
path: root/include/x509stor.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-09-06 19:51:17 +0000
committerlloyd <[email protected]>2006-09-06 19:51:17 +0000
commit559e2860f0716dc5c40697a08a790d3b7c42ce8e (patch)
tree358bafd6ffd1609da224fb100cb2f39f3af3af03 /include/x509stor.h
parente00227828d80f9c9a17ef236586211faa01e4193 (diff)
Rename instances of X509_PublicKey and PKCS8_PrivateKey
Diffstat (limited to 'include/x509stor.h')
-rw-r--r--include/x509stor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/x509stor.h b/include/x509stor.h
index fd26cd2bd..9cb747a22 100644
--- a/include/x509stor.h
+++ b/include/x509stor.h
@@ -76,7 +76,7 @@ class X509_Store
void add_new_certstore(Certificate_Store*);
- static X509_Code check_sig(const X509_Object&, X509_PublicKey*);
+ static X509_Code check_sig(const X509_Object&, Public_Key*);
X509_Store();
X509_Store(const X509_Store&);