summaryrefslogtreecommitdiffstats
path: root/crypto/md4
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2012-06-04 00:00:21 +0200
committerBen Laurie <ben@openssl.org>2012-06-04 00:00:21 +0200
commit71fa451343f97b3624374ed1359adc23fba5696e (patch)
tree87ebfb43ece32507c68e360f36a67b4a921e79c0 /crypto/md4
parentRFC 5878 support. (diff)
downloadopenssl-71fa451343f97b3624374ed1359adc23fba5696e.tar.xz
openssl-71fa451343f97b3624374ed1359adc23fba5696e.zip
Version skew reduction: trivia (I hope).
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 e0c42e8596..e0962f751f 100644
--- a/crypto/md4/md4_dgst.c
+++ b/crypto/md4/md4_dgst.c
@@ -57,8 +57,8 @@
*/
#include <stdio.h>
-#include "md4_locl.h"
#include <openssl/opensslv.h>
+#include "md4_locl.h"
const char MD4_version[]="MD4" OPENSSL_VERSION_PTEXT;