From a8ca289b0097cf7dd1946af03dbd9f21b8903d59 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 30 Jul 2015 12:00:25 -0400 Subject: Cleared "signed/unsigned" warning on Debian 8/i686. ROUNDS was already unsigned; suspect this was a compiler or port issue --- blowfish.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blowfish.h') diff --git a/blowfish.h b/blowfish.h index ebc4f94d..4c75260e 100644 --- a/blowfish.h +++ b/blowfish.h @@ -1,3 +1,5 @@ +// blowfish.h - written and placed in the public domain by Wei Dai + #ifndef CRYPTOPP_BLOWFISH_H #define CRYPTOPP_BLOWFISH_H -- cgit v1.2.1