summaryrefslogtreecommitdiffstats
path: root/sha1dgst.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-15 20:33:03 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-15 20:33:03 +0000
commitcce6759cb236bc272e4684073ffa4e8f3efb59c4 (patch)
tree5381056116611f7e88f2c3432835cd0ddb42d7c9 /sha1dgst.c
parenta00547758575fbe69a1257a3ff568d48e7b25cc7 (diff)
Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-rel
gcc shut up about this.
Diffstat (limited to 'sha1dgst.c')
-rw-r--r--sha1dgst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1dgst.c b/sha1dgst.c
index 3b5454a5..c9115b90 100644
--- a/sha1dgst.c
+++ b/sha1dgst.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/* crypto/sha/sha1dgst.c */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.