diff options
author | lloyd <[email protected]> | 2008-09-28 20:03:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-28 20:03:58 +0000 |
commit | eb8fd42d6aa3ed267c7444b114e02e64a567ca00 (patch) | |
tree | eac8431723ecd2d2985a7801c9877955d6ba50bf /src/pk_pad/emsa4/modinfo.txt | |
parent | fde29acbeb656bcffe13b91f08f847eee4509670 (diff) |
Modularize MGF1. Make EME1 and EMSA4 depend on it
Diffstat (limited to 'src/pk_pad/emsa4/modinfo.txt')
-rw-r--r-- | src/pk_pad/emsa4/modinfo.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pk_pad/emsa4/modinfo.txt b/src/pk_pad/emsa4/modinfo.txt index 39a34c619..e37d72d77 100644 --- a/src/pk_pad/emsa4/modinfo.txt +++ b/src/pk_pad/emsa4/modinfo.txt @@ -8,3 +8,7 @@ load_on auto emsa4.h emsa4.cpp </add> + +<requires> +mgf1 +</requires> |