summaryrefslogtreecommitdiff
path: root/blowfish.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-30 12:00:25 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-30 12:00:25 -0400
commita8ca289b0097cf7dd1946af03dbd9f21b8903d59 (patch)
treeff7376216418864b856a0e9d4956f5b82c5741f8 /blowfish.h
parent4d8ac2db7c0d486a68f5b36658add615fb51e196 (diff)
downloadcryptopp-git-a8ca289b0097cf7dd1946af03dbd9f21b8903d59.tar.gz
Cleared "signed/unsigned" warning on Debian 8/i686. ROUNDS was already unsigned; suspect this was a compiler or port issue
Diffstat (limited to 'blowfish.h')
-rw-r--r--blowfish.h2
1 files changed, 2 insertions, 0 deletions
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