aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-10 14:59:08 +0000
committerlloyd <[email protected]>2008-11-10 14:59:08 +0000
commit9ebe6ec5d24c6b28eb8d44b4204e42dda600fb4d (patch)
tree7f7a26de2d6ec50a12426b37359551618a194f52 /src/pubkey
parent52fa0b875ad616dd997ac6253f92ffb18812209c (diff)
Split pk_pad.h into eme.h and emsa.h
Diffstat (limited to 'src/pubkey')
-rw-r--r--src/pubkey/pubkey/pubkey.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pubkey/pubkey/pubkey.h b/src/pubkey/pubkey/pubkey.h
index 14faa1096..fec56243f 100644
--- a/src/pubkey/pubkey/pubkey.h
+++ b/src/pubkey/pubkey/pubkey.h
@@ -7,9 +7,10 @@
#define BOTAN_PUBKEY_H__
#include <botan/pk_keys.h>
-#include <botan/pk_pad.h>
#include <botan/symkey.h>
#include <botan/rng.h>
+#include <botan/eme.h>
+#include <botan/emsa.h>
namespace Botan {