aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/aead
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-11-28 17:14:25 +0000
committerlloyd <[email protected]>2013-11-28 17:14:25 +0000
commitc6b01f12d2bb7f9d781cbb65c717b9d0ef0efa61 (patch)
tree9fbd9ca3750d8e53d3f264619a7d099a7f481f6a /src/modes/aead
parent1250f37fdf54d9380b7de0446c5e648842978494 (diff)
Give everything setting a feature test macro in build.h a version code
so application code can check for the specific API it expects without having to keep track of what versions APIs x,y,z changed. Arbitrarily set all current API versions to 20131128.
Diffstat (limited to 'src/modes/aead')
-rw-r--r--src/modes/aead/ccm/info.txt2
-rw-r--r--src/modes/aead/eax/info.txt2
-rw-r--r--src/modes/aead/gcm/info.txt2
-rw-r--r--src/modes/aead/info.txt2
-rw-r--r--src/modes/aead/ocb/info.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/modes/aead/ccm/info.txt b/src/modes/aead/ccm/info.txt
index 8ec85ec7d..ee8373caf 100644
--- a/src/modes/aead/ccm/info.txt
+++ b/src/modes/aead/ccm/info.txt
@@ -1 +1 @@
-define AEAD_CCM
+define AEAD_CCM 20131128
diff --git a/src/modes/aead/eax/info.txt b/src/modes/aead/eax/info.txt
index 94924e682..75775fa16 100644
--- a/src/modes/aead/eax/info.txt
+++ b/src/modes/aead/eax/info.txt
@@ -1,4 +1,4 @@
-define AEAD_EAX
+define AEAD_EAX 20131128
<requires>
block
diff --git a/src/modes/aead/gcm/info.txt b/src/modes/aead/gcm/info.txt
index 698cd0803..cf5f68bb5 100644
--- a/src/modes/aead/gcm/info.txt
+++ b/src/modes/aead/gcm/info.txt
@@ -1,4 +1,4 @@
-define AEAD_GCM
+define AEAD_GCM 20131128
<requires>
block
diff --git a/src/modes/aead/info.txt b/src/modes/aead/info.txt
index c2985ea85..102f05b7b 100644
--- a/src/modes/aead/info.txt
+++ b/src/modes/aead/info.txt
@@ -1 +1 @@
-define AEAD_MODES
+define AEAD_MODES 20131128
diff --git a/src/modes/aead/ocb/info.txt b/src/modes/aead/ocb/info.txt
index 8d6a93ed9..be4cefdd0 100644
--- a/src/modes/aead/ocb/info.txt
+++ b/src/modes/aead/ocb/info.txt
@@ -1,4 +1,4 @@
-define AEAD_OCB
+define AEAD_OCB 20131128
<requires>
block