X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fmd4%2Fmd4_dgst.c;h=ab1e55b64a62eb680c5428a7ed0ed19691faa7c5;hb=1da12e34ed69cec206f3a251a1e62ceeb694a6ea;hp=966cebe9f0e6c2a8ec1e535482a26c6b91ef0441;hpb=0f113f3ee4d629ef9a4a30911b22b224772085e5;p=openssl.git diff --git a/crypto/md4/md4_dgst.c b/crypto/md4/md4_dgst.c index 966cebe9f0..ab1e55b64a 100644 --- a/crypto/md4/md4_dgst.c +++ b/crypto/md4/md4_dgst.c @@ -1,4 +1,3 @@ -/* crypto/md4/md4_dgst.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -60,8 +59,6 @@ #include #include "md4_locl.h" -const char MD4_version[] = "MD4" OPENSSL_VERSION_PTEXT; - /* * Implemented from RFC1186 The MD4 Message-Digest Algorithm */