aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/cert/cvc/signed_obj.h1
-rw-r--r--src/lib/mac/info.txt2
-rw-r--r--src/lib/math/numbertheory/info.txt2
-rw-r--r--src/lib/modes/cfb/cfb.h1
-rw-r--r--src/lib/modes/info.txt2
-rw-r--r--src/lib/pbkdf/info.txt2
-rw-r--r--src/lib/pubkey/ecdsa/info.txt1
7 files changed, 8 insertions, 3 deletions
diff --git a/src/lib/cert/cvc/signed_obj.h b/src/lib/cert/cvc/signed_obj.h
index a6b49c55b..aa6ace4b7 100644
--- a/src/lib/cert/cvc/signed_obj.h
+++ b/src/lib/cert/cvc/signed_obj.h
@@ -10,7 +10,6 @@
#define BOTAN_EAC_SIGNED_OBJECT_H__
#include <botan/asn1_obj.h>
-#include <botan/key_constraint.h>
#include <botan/x509_key.h>
#include <botan/pipe.h>
#include <vector>
diff --git a/src/lib/mac/info.txt b/src/lib/mac/info.txt
index 3931f22e2..3faa16c11 100644
--- a/src/lib/mac/info.txt
+++ b/src/lib/mac/info.txt
@@ -1,3 +1,5 @@
+define MAC 20150626
+
<header:public>
mac.h
</header:public>
diff --git a/src/lib/math/numbertheory/info.txt b/src/lib/math/numbertheory/info.txt
index cf555b456..e39a236cb 100644
--- a/src/lib/math/numbertheory/info.txt
+++ b/src/lib/math/numbertheory/info.txt
@@ -1,4 +1,4 @@
-define BIGINT_MATH 20131128
+define NUMBERTHEORY 20131128
load_on auto
diff --git a/src/lib/modes/cfb/cfb.h b/src/lib/modes/cfb/cfb.h
index 6d16ba708..25c42e4b0 100644
--- a/src/lib/modes/cfb/cfb.h
+++ b/src/lib/modes/cfb/cfb.h
@@ -10,7 +10,6 @@
#include <botan/cipher_mode.h>
#include <botan/block_cipher.h>
-#include <botan/mode_pad.h>
namespace Botan {
diff --git a/src/lib/modes/info.txt b/src/lib/modes/info.txt
index 95104e903..24508ecaa 100644
--- a/src/lib/modes/info.txt
+++ b/src/lib/modes/info.txt
@@ -1,3 +1,5 @@
+define MODES 20150626
+
<header:public>
cipher_mode.h
stream_mode.h
diff --git a/src/lib/pbkdf/info.txt b/src/lib/pbkdf/info.txt
index 32876bd44..81f7c1260 100644
--- a/src/lib/pbkdf/info.txt
+++ b/src/lib/pbkdf/info.txt
@@ -1,3 +1,5 @@
+define PBKDF 20150626
+
<requires>
base
</requires>
diff --git a/src/lib/pubkey/ecdsa/info.txt b/src/lib/pubkey/ecdsa/info.txt
index 26640328f..e7941d53d 100644
--- a/src/lib/pubkey/ecdsa/info.txt
+++ b/src/lib/pubkey/ecdsa/info.txt
@@ -4,6 +4,7 @@ define ECDSA 20131128
asn1
ec_group
ecc_key
+keypair
numbertheory
rng
rfc6979