summaryrefslogtreecommitdiff
path: root/regress
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 /regress
parenta3fd8074e2e2f06602e25618721f9556c731312c (diff)
add compat header
Diffstat (limited to 'regress')
-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 @@
# include <openssl/ec.h>
#endif
+#include "openbsd-compat/openssl-compat.h"
+
#include "../test_helper/test_helper.h"
#include "ssherr.h"