summaryrefslogtreecommitdiffhomepage
path: root/ecdsa.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-18 11:22:13 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-18 11:22:13 +0800
commit802dace05e8bce06bf4c7df9faadba779d60bb82 (patch)
treeff4a1b6dba7bb9232d44d1a143dbbe3b2949bdee /ecdsa.c
parentc2f2f2b8170465103ed582cfe317ea91824c2107 (diff)
include config.h for options.h. don't need to include options.h when
includes.h brings it in
Diffstat (limited to 'ecdsa.c')
-rw-r--r--ecdsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ecdsa.c b/ecdsa.c
index d7615e0..56e5355 100644
--- a/ecdsa.c
+++ b/ecdsa.c
@@ -1,4 +1,3 @@
-#include "options.h"
#include "includes.h"
#include "dbutil.h"
#include "crypto_desc.h"