summaryrefslogtreecommitdiff
path: root/regress/unittests/sshkey/test_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/sshkey/test_file.c')
-rw-r--r--regress/unittests/sshkey/test_file.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/unittests/sshkey/test_file.c b/regress/unittests/sshkey/test_file.c
index d113e2da8..764f7fb76 100644
--- a/regress/unittests/sshkey/test_file.c
+++ b/regress/unittests/sshkey/test_file.c
@@ -20,10 +20,12 @@
20#include <unistd.h> 20#include <unistd.h>
21 21
22#include <openssl/bn.h> 22#include <openssl/bn.h>
23#include <openssl/ec.h>
24#include <openssl/rsa.h> 23#include <openssl/rsa.h>
25#include <openssl/dsa.h> 24#include <openssl/dsa.h>
26#include <openssl/objects.h> 25#include <openssl/objects.h>
26#ifdef OPENSSL_HAS_NISTP256
27# include <openssl/ec.h>
28#endif
27 29
28#include "../test_helper/test_helper.h" 30#include "../test_helper/test_helper.h"
29 31