summaryrefslogtreecommitdiff
path: root/src/input/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/sha1.h')
-rw-r--r--src/input/sha1.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input/sha1.h b/src/input/sha1.h
index 6657c92e3..810eecd96 100644
--- a/src/input/sha1.h
+++ b/src/input/sha1.h
@@ -3,7 +3,6 @@
/* from Peter C. Gutmann's implementation as found in */
/* Applied Cryptography by Bruce Schneier */
/* This code is in the public domain */
-/* $Id: sha1.h,v 1.1 2004/05/05 09:11:39 hadess Exp $ */
#ifndef SHA_H
#define SHA_H
@@ -31,7 +30,7 @@ void sha_final(unsigned char [20], SHA_INFO *);
void sha_stream(unsigned char [20], SHA_INFO *, FILE *);
void sha_print(unsigned char [20]);
-char *sha_version(void);
+const char *sha_version(void);
#define SHA_VERSION 1