diff options
author | lloyd <[email protected]> | 2008-11-10 02:26:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-10 02:26:38 +0000 |
commit | 3de79c824e3bec528889b953873acf0c2c622d3a (patch) | |
tree | 9425046227952054c0ac39dd08477083a9d26823 /src/modes | |
parent | 72a829e04030906bd7dbc90437980cc9adbe5620 (diff) |
Add dep in ecb and cbc on mode_pad
Diffstat (limited to 'src/modes')
-rw-r--r-- | src/modes/cbc/info.txt | 1 | ||||
-rw-r--r-- | src/modes/ecb/info.txt | 1 |
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> |