diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-04-20 09:33:35 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-04-20 09:33:35 -0700 |
| commit | a8ced184dc67c5cf39ce1332156c7eb80241768b (patch) | |
| tree | 3f8da3edf4acde375bedba6ff8b6ee2d0093f9fc /selftest.cpp | |
| parent | e7a2c6ecefc95422145385fdfd3ff137e5d290ac (diff) | |
| download | infinitytier-a8ced184dc67c5cf39ce1332156c7eb80241768b.tar.gz infinitytier-a8ced184dc67c5cf39ce1332156c7eb80241768b.zip | |
Some code cleanup and make sure any type punning is guarded with ZT_NO_TYPE_PUNNING.
Diffstat (limited to 'selftest.cpp')
| -rw-r--r-- | selftest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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]; |
