diff options
author | David Phillips <david@sighup.nz> | 2017-04-28 14:13:56 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-04-28 14:13:56 +1200 |
commit | 4b51147eb002b9eb4457d523f289641641c07aa9 (patch) | |
tree | 22b8890ec33f0a86eff915ee6ddb98d61841b881 /Makefile | |
parent | 41384be75dec3022f6583ab5ce14e13166369472 (diff) | |
download | sand-leek-4b51147eb002b9eb4457d523f289641641c07aa9.tar.xz |
Add initial RSA sanity checking
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS += -O2 +CFLAGS += -Ofast LDFLAGS += -lssl -lcrypto -lpthread all: sand-leek |