diff options
Diffstat (limited to 'regress/unittests/sshkey/common.c')
-rw-r--r-- | regress/unittests/sshkey/common.c | 2 |
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" |