aboutsummaryrefslogtreecommitdiffstats
path: root/src/cms/cms_dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cms/cms_dec.h')
-rw-r--r--src/cms/cms_dec.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cms/cms_dec.h b/src/cms/cms_dec.h
index 53d7114d6..8aa5c0edb 100644
--- a/src/cms/cms_dec.h
+++ b/src/cms/cms_dec.h
@@ -12,7 +12,6 @@
#include <botan/x509stor.h>
#include <botan/pkcs8.h>
#include <botan/ber_dec.h>
-#include <botan/ui.h>
namespace Botan {
@@ -39,7 +38,7 @@ class BOTAN_DLL CMS_Decoder
void add_key(Private_Key*);
- CMS_Decoder(DataSource&, const X509_Store&, User_Interface&,
+ CMS_Decoder(DataSource&, const X509_Store&,
Private_Key* = 0);
private:
std::string get_passphrase(const std::string&);
@@ -48,8 +47,6 @@ class BOTAN_DLL CMS_Decoder
void decode_layer();
void decompress(BER_Decoder&);
- User_Interface& ui;
-
X509_Store store;
std::vector<std::string> passphrases;
std::vector<Private_Key*> keys;