Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140623860
D54364.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
544 B
Referenced Files
None
Subscribers
None
D54364.id.diff
View Options
diff --git a/sys/crypto/chacha20/chacha.c b/sys/crypto/chacha20/chacha.c
--- a/sys/crypto/chacha20/chacha.c
+++ b/sys/crypto/chacha20/chacha.c
@@ -50,8 +50,8 @@
a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \
c = PLUS(c,d); b = ROTATE(XOR(b,c), 7);
-static const char sigma[16] = "expand 32-byte k";
-static const char tau[16] = "expand 16-byte k";
+static const char sigma[16] __nonstring = "expand 32-byte k";
+static const char tau[16] __nonstring = "expand 16-byte k";
LOCAL void
chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 27, 2:26 AM (16 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27292833
Default Alt Text
D54364.id.diff (544 B)
Attached To
Mode
D54364: crypto: avoid warnings about too-long initializer strings
Attached
Detach File
Event Timeline
Log In to Comment