aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/examples/keygen-html/src/curve25519_generate.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-12-12 01:08:18 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-12-12 01:18:30 +0100
commit037c389f2f09f721ecc84105b0d5d0ca8824c070 (patch)
treea9e2aabd9a92235ca438f18bac5633ea20094c04 /contrib/examples/keygen-html/src/curve25519_generate.c
parentversion: bump snapshot (diff)
downloadwireguard-monolithic-historical-037c389f2f09f721ecc84105b0d5d0ca8824c070.tar.xz
wireguard-monolithic-historical-037c389f2f09f721ecc84105b0d5d0ca8824c070.zip
keygen-html: remove prebuilt file
We also reduce the optimization level, just in case, but add closure compiler into the mix. Suggested-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to '')
-rw-r--r--contrib/examples/keygen-html/src/curve25519_generate.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/examples/keygen-html/src/curve25519_generate.c b/contrib/examples/keygen-html/src/curve25519_generate.c
index c82f16d..ae036d5 100644
--- a/contrib/examples/keygen-html/src/curve25519_generate.c
+++ b/contrib/examples/keygen-html/src/curve25519_generate.c
@@ -2,8 +2,6 @@
*
* Copyright (C) 2008 Google Inc. All Rights Reserved.
* Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
- *
- * Build with emcc -O3 --memory-init-file 0 -o curve25519_generate.js curve25519_generate.c
*/
#include <emscripten.h>