summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/checksum.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/checksum.h b/src/checksum.h
index f3978bdfb..90d75b651 100644
--- a/src/checksum.h
+++ b/src/checksum.h
@@ -1,14 +1,6 @@
-#include <config.h>
-
-#include <sys/types.h>
-#include <stdio.h>
-
-/* For long options that have no equivalent short option, use a
- non-character as a pseudo short option, starting with CHAR_MAX + 1. */
enum
{
- ALG_UNSPECIFIED = 0,
- ALG_MD5 = CHAR_MAX + 1,
+ ALG_MD5,
ALG_SHA1
};