Avoid duplicate program names

Visual Studio and CMake didn't like having targets with the same name,
albeit in different directories.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2022-02-01 09:38:26 +01:00
parent 6fdc9e8df1
commit 29088a4146
8 changed files with 17 additions and 17 deletions

4
programs/.gitignore vendored
View File

@@ -13,10 +13,10 @@
*.exe
aes/crypt_and_hash
cipher/aead_demo
cipher/cipher_aead_demo
hash/generic_sum
hash/hello
hash/hmac_demo
hash/md_hmac_demo
hash/md5sum
hash/sha1sum
hash/sha2sum