aboutsummaryrefslogtreecommitdiffstats
path: root/include/x509_key.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/x509_key.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/x509_key.h')
-rw-r--r--include/x509_key.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/x509_key.h b/include/x509_key.h
index 6f45887ca..abaeaaced 100644
--- a/include/x509_key.h
+++ b/include/x509_key.h
@@ -9,6 +9,7 @@
#include <botan/pipe.h>
#include <botan/pk_keys.h>
#include <botan/alg_id.h>
+#include <botan/enums.h>
namespace Botan {