aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/pkcs8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pubkey/pkcs8.h')
-rw-r--r--src/lib/pubkey/pkcs8.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/pubkey/pkcs8.h b/src/lib/pubkey/pkcs8.h
index 65ca97a47..1902394d7 100644
--- a/src/lib/pubkey/pkcs8.h
+++ b/src/lib/pubkey/pkcs8.h
@@ -8,12 +8,18 @@
#ifndef BOTAN_PKCS8_H_
#define BOTAN_PKCS8_H_
-#include <botan/x509_key.h>
+#include <botan/exceptn.h>
+#include <botan/secmem.h>
#include <functional>
#include <chrono>
+#include <memory>
namespace Botan {
+class DataSource;
+class RandomNumberGenerator;
+class Private_Key;
+
/**
* PKCS #8 General Exception
*/