diff options
-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> |