aboutsummaryrefslogtreecommitdiffstats
path: root/include/pkcs10.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/pkcs10.h
parente00227828d80f9c9a17ef236586211faa01e4193 (diff)
Rename instances of X509_PublicKey and PKCS8_PrivateKey
Diffstat (limited to 'include/pkcs10.h')
-rw-r--r--include/pkcs10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pkcs10.h b/include/pkcs10.h
index b7f63b9fb..1353a157a 100644
--- a/include/pkcs10.h
+++ b/include/pkcs10.h
@@ -19,7 +19,7 @@ namespace Botan {
class PKCS10_Request : public X509_Object
{
public:
- X509_PublicKey* subject_public_key() const;
+ Public_Key* subject_public_key() const;
MemoryVector<byte> raw_public_key() const;
X509_DN subject_dn() const;