summaryrefslogtreecommitdiff
path: root/chacha.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-07-23 19:37:17 -0400
committerJeffrey Walton <noloader@gmail.com>2016-07-23 19:37:17 -0400
commit7378a1b86d8e68279ee62fe31addbdb81603e4d2 (patch)
tree403e9862312f5e7d7254858e0d1600019455c590 /chacha.h
parenteba3f83327bb80a7d2e20251a64b8aa676c23af8 (diff)
downloadcryptopp-git-7378a1b86d8e68279ee62fe31addbdb81603e4d2.tar.gz
Cleared analysis warning on use of boolean in arithmetic expression
Diffstat (limited to 'chacha.h')
-rw-r--r--chacha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chacha.h b/chacha.h
index 302c477d..28b8c7af 100644
--- a/chacha.h
+++ b/chacha.h
@@ -1,6 +1,6 @@
// chacha.h - written and placed in the public domain by Jeffrey Walton.
// Copyright assigned to the Crypto++ project.
-// Based on Wei Dai's Salsa20 and Bernstein's reference ChaCha
+// Based on Wei Dai's Salsa20 and Bernstein's reference ChaCha
// family implementation at http://cr.yp.to/chacha.html.
//! \file chacha.h