aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk/pubkey/pubkey.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-29 19:09:22 +0000
committerlloyd <[email protected]>2008-09-29 19:09:22 +0000
commitee9965d3a59112d042df7569fde6a45302491499 (patch)
tree26ca5230867cdda27dde0100265ec3d5bb91ff7d /src/pk/pubkey/pubkey.h
parent1371cecdcf42e1070512b888307871f81421469b (diff)
Move KDF, EME, and EMSA base classes from pubkey to core to remove a
false dependency on BigInt in the KDF/padding code.
Diffstat (limited to 'src/pk/pubkey/pubkey.h')
-rw-r--r--src/pk/pubkey/pubkey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pk/pubkey/pubkey.h b/src/pk/pubkey/pubkey.h
index 0c9abf18f..52f14c5b3 100644
--- a/src/pk/pubkey/pubkey.h
+++ b/src/pk/pubkey/pubkey.h
@@ -8,7 +8,7 @@
#include <botan/base.h>
#include <botan/pk_keys.h>
-#include <botan/pk_util.h>
+#include <botan/pk_pad.h>
namespace Botan {