aboutsummaryrefslogtreecommitdiffstats
path: root/include/ber_dec.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-29 14:39:16 +0000
committerlloyd <[email protected]>2008-04-29 14:39:16 +0000
commitaacaef7d54e997834baf64308b39a102eeb3dd1f (patch)
tree776d423b6b49283c5f9c682c10c548fd6898943c /include/ber_dec.h
parentaf8b04c4583dfcad766eeed656650821a9de8675 (diff)
Move Signature_Format enum to pubkey.h
Including enums.h in needed places since asn1_int.h doesn't pull it in anymore. Remove Config::choose_sig_format, and move its logic into its only caller, the (global!) choose_sig_format in x509_ca.cpp
Diffstat (limited to 'include/ber_dec.h')
-rw-r--r--include/ber_dec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ber_dec.h b/include/ber_dec.h
index 890af67a2..1ea880595 100644
--- a/include/ber_dec.h
+++ b/include/ber_dec.h
@@ -8,6 +8,7 @@
#include <botan/asn1_oid.h>
#include <botan/data_src.h>
+#include <botan/enums.h>
namespace Botan {