You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
638 B

  1. From a3fc79d9cdab61ed58dafc4c49b295ec1bbe1d84 Mon Sep 17 00:00:00 2001
  2. From: Damien Miller <djm@mindrot.org>
  3. Date: Thu, 13 Sep 2018 19:05:48 +1000
  4. Subject: [PATCH 5/5] add compat header
  5. ---
  6. regress/unittests/sshkey/common.c | 2 ++
  7. 1 file changed, 2 insertions(+)
  8. diff --git a/regress/unittests/sshkey/common.c b/regress/unittests/sshkey/common.c
  9. index 548da684..e63465c4 100644
  10. --- a/regress/unittests/sshkey/common.c
  11. +++ b/regress/unittests/sshkey/common.c
  12. @@ -27,6 +27,8 @@
  13. # include <openssl/ec.h>
  14. #endif
  15. +#include "openbsd-compat/openssl-compat.h"
  16. +
  17. #include "../test_helper/test_helper.h"
  18. #include "ssherr.h"
  19. --
  20. 2.16.4