aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-10 02:26:38 +0000
committerlloyd <[email protected]>2008-11-10 02:26:38 +0000
commit3de79c824e3bec528889b953873acf0c2c622d3a (patch)
tree9425046227952054c0ac39dd08477083a9d26823 /src/modes
parent72a829e04030906bd7dbc90437980cc9adbe5620 (diff)
Add dep in ecb and cbc on mode_pad
Diffstat (limited to 'src/modes')
-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>