From a59e8811220716c71acaf8817c92dae67382083f Mon Sep 17 00:00:00 2001 From: guenther <> Date: Mon, 21 Jul 2014 01:51:10 +0000 Subject: [PATCH] Switch from or to the new, being-standardized ok deraadt@ millert@ beck@ --- src/lib/libc/hash/rmd160.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/hash/rmd160.c b/src/lib/libc/hash/rmd160.c index d1047b87..afd119e5 100644 --- a/src/lib/libc/hash/rmd160.c +++ b/src/lib/libc/hash/rmd160.c @@ -26,9 +26,9 @@ * RSA Laboratories, CryptoBytes, Volume 3, Number 2, Autumn 1997, * ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf */ -#include #include -#include +#include +#include #include #define PUT_64BIT_LE(cp, value) do { \