summaryrefslogtreecommitdiffstats
path: root/crypto/md4
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-01-21 13:16:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-01-21 13:16:49 +0000
commit4a0d3530e0c7704dd36dc80daa055be462780a16 (patch)
treea4ed65e048387f71df8da3915d97d29b10fd8ca6 /crypto/md4
parent9907d2992dedf675f0011dc91d9f6b07a7c78fcb (diff)
Update from HEAD.
Diffstat (limited to 'crypto/md4')
-rw-r--r--crypto/md4/md4_dgst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4/md4_dgst.c b/crypto/md4/md4_dgst.c
index d4c7057f13..86b79b8e4d 100644
--- a/crypto/md4/md4_dgst.c
+++ b/crypto/md4/md4_dgst.c
@@ -60,7 +60,7 @@
#include "md4_locl.h"
#include <openssl/opensslv.h>
-const char *MD4_version="MD4" OPENSSL_VERSION_PTEXT;
+const char MD4_version[]="MD4" OPENSSL_VERSION_PTEXT;
/* Implemented from RFC1186 The MD4 Message-Digest Algorithm
*/