Removed deprecated files

This commit is contained in:
llsth
2015-06-11 22:06:39 +02:00
parent 54fa66d9d2
commit 0fbc674094
7 changed files with 0 additions and 203 deletions
-79
View File
@@ -1,79 +0,0 @@
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if you have the <inttypes.h> header file. */
/* #undef HAVE_INTTYPES_H */
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the <stdint.h> header file. */
/* #undef HAVE_STDINT_H */
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Name of package */
#define PACKAGE "sha"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
#define PACKAGE_NAME ""
/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "1.0.4"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#define WORDS_BIGENDIAN 1
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
if it is not supported. */
/* #undef inline */
/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */
/* Define to `unsigned int' if not defined. */
#define uint32_t unsigned int
/* Define to `unsigned long long' if not defined. */
#define uint64_t unsigned long long
/* Define to `unsigned char' if not defined. */
#define uint8_t unsigned char
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-79
View File
@@ -1,79 +0,0 @@
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strerror' function. */
//#define HAVE_STRERROR 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Name of package */
#define PACKAGE "sha"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
#define PACKAGE_NAME ""
/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "1.0.4"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
if it is not supported. */
/* #undef inline */
/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */
/* Define to `unsigned int' if not defined. */
/* #undef uint32_t */
/* Define to `unsigned long long' if not defined. */
/* #undef uint64_t */
/* Define to `unsigned char' if not defined. */
/* #undef uint8_t */
-45
View File
@@ -1,45 +0,0 @@
@database sha.guide
@author Carsten Sonne Larsen
@(c) Carsten Sonne Larsen
@$VER: sha.guide 1.0 (21.11.2014)
@node Main "User manual"
@title "File hashing utility"
@{bg filltext}@{b}SHA SHA@{ub}@{bg background}
@{b}NAME@{ub}
sha - file hashing utility
@{b}USAGE@{ub}
@{b}sha@{ub} [@{b}-12345Vh@{ub}] [@{u}file@{uu} ...]
@{b}DESCRIPTION@{ub}
sha is a simple program that hashes files. It uses the National Institute
of Standards and Technology's Secure Hash Algorithm. It can use SHA-1,
SHA-256, SHA-384, or SHA-512, which generate respectively, hashes of 160,
256, 384, or 512 bits. @{b}sha@{ub} can be used in scripts to do, for example,
file integrity checking.
@{b}OPTIONS@{ub}
@{b}-1@{ub} Use SHA-1, which produces a 160-bit hash (40 hex digits).
@{b}-2@{ub} Use SHA-256, which produces a 256-bit hash (64 hex digits).
@{b}-3@{ub} Use SHA-384, which produces a 384-bit hash (96 hex digits).
@{b}-5@{ub} Use SHA-512, which produces a 512-bit hash (128 hex digits).
@{b}-V@{ub} Display version information.
@{b}-h@{ub} Display help summary.
@{u}file@{uu} ...
One or more files to hash.
If neither @{b}-1@{ub}, @{b}-2@{ub}, @{b}-3@{ub}, or @{b}-5@{ub} are given, then SHA-1 is used.
@{b}AUTHOR@{ub}
Allan Saddi <allan@saddi.com>
Project home page: http://www.saddi.com/software/sha/
@{bg filltext}@{b} August 19, 2001 SHA@{ub}@{bg background}
@endnode