diff options
Diffstat (limited to 'gl/modules')
-rw-r--r-- | gl/modules/sha256 | 24 | ||||
-rw-r--r-- | gl/modules/sha512 | 25 |
2 files changed, 0 insertions, 49 deletions
diff --git a/gl/modules/sha256 b/gl/modules/sha256 deleted file mode 100644 index 3d70c4aab..000000000 --- a/gl/modules/sha256 +++ /dev/null @@ -1,24 +0,0 @@ -Description: -Compute SHA224 and SHA256 checksums. - -Files: -lib/sha256.h -lib/sha256.c -m4/sha256.m4 - -Depends-on: -stdint - -configure.ac: -gl_SHA256 - -Makefile.am: - -Include: -"sha256.h" - -License: -LGPLv2+ - -Maintainer: -Jim Meyering diff --git a/gl/modules/sha512 b/gl/modules/sha512 deleted file mode 100644 index d1236f32a..000000000 --- a/gl/modules/sha512 +++ /dev/null @@ -1,25 +0,0 @@ -Description: -Compute SHA384 and SHA512 checksums. - -Files: -lib/sha512.h -lib/sha512.c -m4/sha512.m4 -lib/u64.h - -Depends-on: -stdint - -configure.ac: -gl_SHA512 - -Makefile.am: - -Include: -"sha512.h" - -License: -LGPLv2+ - -Maintainer: -Jim Meyering |