aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-04-27 16:05:51 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-04-27 16:05:51 +0000
commit003d29986d77f9e5b2564d522b583e159a0653ba (patch)
treede4cf068edb31c84419cae3d5a6b7fb98fcf7090 /lib/libmd
parent61614fe0adf8558e6a4efe8cc8155787663c253c (diff)
Notes
Diffstat (limited to 'lib/libmd')
-rw-r--r--lib/libmd/mdXhl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmd/mdXhl.c b/lib/libmd/mdXhl.c
index 76152cad06e6d..10c521c1d3879 100644
--- a/lib/libmd/mdXhl.c
+++ b/lib/libmd/mdXhl.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $FreeBSD$
+ * $Id$
*
*/
@@ -25,7 +25,7 @@ MDXEnd(MDX_CTX *ctx)
int i;
char *p = malloc(33);
unsigned char digest[16];
- char hex[]="0123456789abcdef";
+ static const char hex[]="0123456789abcdef";
if(!p) return 0;
MDXFinal(digest,ctx);