diff options
author | Jan Huwald <jh@sotun.de> | 2012-05-21 07:35:14 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-05-21 07:35:14 (GMT) |
commit | 6bd0f2e9a131c6db2cdf7d1480162f087468e23c (patch) | |
tree | e59871f815a3d556f258972265b7b3e13e83675b /Makefile | |
parent | 22670f19bd1f015bf3a0588f7d4d56b3a6415d3e (diff) |
add key generator
hbbp_keygen generates all four keys private, public for sender and
receiver with the file names used in hbbp[cd] in the current working
directory.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ -BIN=hbbpd hbbpc - +ifndef BIN +BIN=hbbpd hbbpc hbbp_keygen +endif + ifndef EXTERNAL_NACL CFLAGS += -Inacl/include/ LDFLAGS += -Lnacl/lib/ |