diff options
-rw-r--r-- | src/pk_pad/emsa2/modinfo.txt | 4 | ||||
-rw-r--r-- | src/pk_pad/emsa3/modinfo.txt | 4 | ||||
-rw-r--r-- | src/pk_pad/hash_id/hash_id.cpp (renamed from src/hash_id.cpp) | 0 | ||||
-rw-r--r-- | src/pk_pad/hash_id/hash_id.h (renamed from include/hash_id.h) | 0 |
4 files changed, 8 insertions, 0 deletions
diff --git a/src/pk_pad/emsa2/modinfo.txt b/src/pk_pad/emsa2/modinfo.txt index 8d14da548..f0910d450 100644 --- a/src/pk_pad/emsa2/modinfo.txt +++ b/src/pk_pad/emsa2/modinfo.txt @@ -8,3 +8,7 @@ load_on auto emsa2.h emsa2.cpp </add> + +<requires> +hash_id +</requires> diff --git a/src/pk_pad/emsa3/modinfo.txt b/src/pk_pad/emsa3/modinfo.txt index 926f9a4e8..284b9b07d 100644 --- a/src/pk_pad/emsa3/modinfo.txt +++ b/src/pk_pad/emsa3/modinfo.txt @@ -8,3 +8,7 @@ load_on auto emsa3.h emsa3.cpp </add> + +<requires> +hash_id +</requires> diff --git a/src/hash_id.cpp b/src/pk_pad/hash_id/hash_id.cpp index 27225b3b5..27225b3b5 100644 --- a/src/hash_id.cpp +++ b/src/pk_pad/hash_id/hash_id.cpp diff --git a/include/hash_id.h b/src/pk_pad/hash_id/hash_id.h index 157c45552..157c45552 100644 --- a/include/hash_id.h +++ b/src/pk_pad/hash_id/hash_id.h |