summaryrefslogtreecommitdiff
path: root/gl/modules
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-11 09:00:59 +0200
committerJim Meyering <meyering@redhat.com>2008-05-11 09:00:59 +0200
commit433881d802324d9f98d1ef0d3ced4222c9f65a5e (patch)
treef1b1fb46e938a09fd4182c3ec0ba5d5a1b5729b0 /gl/modules
parent295d47736a0cb89cbc74693ac377a359212f75c5 (diff)
downloadcoreutils-433881d802324d9f98d1ef0d3ced4222c9f65a5e.tar.xz
move sha256 and sha512 modules to gnulib
* bootstrap.conf (gnulib_modules) [sha256, sha512]: Add "crypto/" prefix to module name, now that they come from gnulib. * gl/lib/sha256.c: Remove file. * gl/lib/sha256.h: Likewise. * gl/lib/sha512.c: Likewise. * gl/lib/sha512.h: Likewise. * gl/lib/u64.h: Likewise. * gl/m4/sha256.m4: Likewise. * gl/m4/sha512.m4: Likewise. * gl/modules/sha256: Likewise. * gl/modules/sha512: Likewise.
Diffstat (limited to 'gl/modules')
-rw-r--r--gl/modules/sha25624
-rw-r--r--gl/modules/sha51225
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