summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-12 12:28:01 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-12 12:28:01 +0200
commit93e7cdadf9ddc619c1936303302d4edd50496204 (patch)
treed3572733ceb005328c7c8f1618ede8f7c514ab1e
parentdcecde136a0c5e67c7caf3de9827e32737c75f90 (diff)
keypair: add missing include file
Include curve.h so that it also finds the selftest. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-rw-r--r--keypair.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keypair.c b/keypair.c
index 724bf05..5c099ad 100644
--- a/keypair.c
+++ b/keypair.c
@@ -8,6 +8,7 @@
#include "die.h"
#include "str.h"
#include "crypto.h"
+#include "curve.h"
#include "ioops.h"
#include "config.h"
#include "keypair.h"