From a8ced184dc67c5cf39ce1332156c7eb80241768b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 20 Apr 2017 09:33:35 -0700 Subject: Some code cleanup and make sure any type punning is guarded with ZT_NO_TYPE_PUNNING. --- selftest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'selftest.cpp') diff --git a/selftest.cpp b/selftest.cpp index 6df2e272..91d304a6 100644 --- a/selftest.cpp +++ b/selftest.cpp @@ -141,8 +141,6 @@ static const C25519TestVector C25519_TEST_VECTORS[ZT_NUM_C25519_TEST_VECTORS] = ////////////////////////////////////////////////////////////////////////////// -static unsigned char fuzzbuf[1048576]; - static int testCrypto() { unsigned char buf1[16384]; -- cgit v1.2.3