diff options
author | Jack Lloyd <[email protected]> | 2017-09-27 20:28:19 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-27 20:28:19 -0400 |
commit | 9c8a5e5d8f9f2e0bc4607255dadcb1d44aa1b2b8 (patch) | |
tree | b206bb37edbe745242c7e7471249af20ca656369 /src/lib/modes/aead/ocb | |
parent | c3b3d344b46099fff9c4d65556a45c973398a20f (diff) |
Make poly_dbl.h a submodule of utils
Only required by a few modules and if none of them are in use
then the whole thing can just be skipped from the build.
Diffstat (limited to 'src/lib/modes/aead/ocb')
-rw-r--r-- | src/lib/modes/aead/ocb/info.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/modes/aead/ocb/info.txt b/src/lib/modes/aead/ocb/info.txt index ab4c5297e..9af91f238 100644 --- a/src/lib/modes/aead/ocb/info.txt +++ b/src/lib/modes/aead/ocb/info.txt @@ -1,3 +1,7 @@ <defines> AEAD_OCB -> 20131128 </defines> + +<requires> +poly_dbl +</requires> |