Switch regress to using x509_verify.h from libcrypto instead of the
authortb <tb@openbsd.org>
Sat, 28 Jan 2023 19:12:20 +0000 (19:12 +0000)
committertb <tb@openbsd.org>
Sat, 28 Jan 2023 19:12:20 +0000 (19:12 +0000)
one in /usr/include/openssl.

regress/lib/libcrypto/x509/callback.c
regress/lib/libcrypto/x509/callbackfailures.c
regress/lib/libcrypto/x509/expirecallback.c
regress/lib/libcrypto/x509/verify.c

index b2531fe..a01ffd5 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: callback.c,v 1.3 2021/10/31 08:27:15 tb Exp $ */
+/* $OpenBSD: callback.c,v 1.4 2023/01/28 19:12:20 tb Exp $ */
 /*
  * Copyright (c) 2020 Joel Sing <jsing@openbsd.org>
  * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org>
@@ -24,7 +24,8 @@
 #include <openssl/pem.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
-#include <openssl/x509_verify.h>
+
+#include "x509_verify.h"
 
 #define MODE_MODERN_VFY                0
 #define MODE_MODERN_VFY_DIR    1
index f714adf..53570e1 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: callbackfailures.c,v 1.1 2022/06/28 07:56:34 beck Exp $ */
+/* $OpenBSD: callbackfailures.c,v 1.2 2023/01/28 19:12:20 tb Exp $ */
 /*
  * Copyright (c) 2020 Joel Sing <jsing@openbsd.org>
  * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org>
@@ -24,7 +24,8 @@
 #include <openssl/pem.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
-#include <openssl/x509_verify.h>
+
+#include "x509_verify.h"
 
 #define MODE_MODERN_VFY                0
 #define MODE_MODERN_VFY_DIR    1
index f7dcff8..88cef6f 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: expirecallback.c,v 1.2 2022/10/17 18:44:36 jsing Exp $ */
+/* $OpenBSD: expirecallback.c,v 1.3 2023/01/28 19:12:20 tb Exp $ */
 /*
  * Copyright (c) 2020 Joel Sing <jsing@openbsd.org>
  * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org>
@@ -24,7 +24,8 @@
 #include <openssl/pem.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
-#include <openssl/x509_verify.h>
+
+#include "x509_verify.h"
 
 #define MODE_MODERN_VFY                0
 #define MODE_MODERN_VFY_DIR    1
index 93a6e43..e49180f 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: verify.c,v 1.10 2022/10/17 18:36:52 jsing Exp $ */
+/* $OpenBSD: verify.c,v 1.11 2023/01/28 19:12:20 tb Exp $ */
 /*
  * Copyright (c) 2020 Joel Sing <jsing@openbsd.org>
  * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org>
@@ -25,7 +25,8 @@
 #include <openssl/pem.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
-#include <openssl/x509_verify.h>
+
+#include "x509_verify.h"
 
 #define MODE_MODERN_VFY                0
 #define MODE_MODERN_VFY_DIR    1