aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/modes/cbc/info.txt1
-rw-r--r--src/modes/ecb/info.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/modes/cbc/info.txt b/src/modes/cbc/info.txt
index c4dff0e92..6cc0e1a14 100644
--- a/src/modes/cbc/info.txt
+++ b/src/modes/cbc/info.txt
@@ -11,5 +11,6 @@ cbc.h
<requires>
modes
+mode_pad
</requires>
diff --git a/src/modes/ecb/info.txt b/src/modes/ecb/info.txt
index 6a040c22e..43ff1ac1c 100644
--- a/src/modes/ecb/info.txt
+++ b/src/modes/ecb/info.txt
@@ -11,5 +11,6 @@ ecb.h
<requires>
modes
+mode_pad
</requires>