summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-09-13 19:05:48 +1000
committerDamien Miller <djm@mindrot.org>2018-09-13 19:05:48 +1000
commitd64e78526596f098096113fcf148216798c327ff (patch)
tree85c800dbb926a21496167c6d82bff9fc61f94a9a
parenta3fd8074e2e2f06602e25618721f9556c731312c (diff)
add compat header
-rw-r--r--regress/unittests/sshkey/common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/unittests/sshkey/common.c b/regress/unittests/sshkey/common.c
index 548da6849..e63465c47 100644
--- a/regress/unittests/sshkey/common.c
+++ b/regress/unittests/sshkey/common.c
@@ -27,6 +27,8 @@
27# include <openssl/ec.h> 27# include <openssl/ec.h>
28#endif 28#endif
29 29
30#include "openbsd-compat/openssl-compat.h"
31
30#include "../test_helper/test_helper.h" 32#include "../test_helper/test_helper.h"
31 33
32#include "ssherr.h" 34#include "ssherr.h"