summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-04-16 18:48:58 +0000
committertb <>2023-04-16 18:48:58 +0000
commit5e74893c6f633bdcaeb6319f6b21b2ed09fc4f49 (patch)
tree3f2bf9379c7249454b13612adf09545299672394 /src
parentaaf55fdba134804a9eb1a42c03415548fbd2b490 (diff)
downloadopenbsd-5e74893c6f633bdcaeb6319f6b21b2ed09fc4f49.tar.gz
openbsd-5e74893c6f633bdcaeb6319f6b21b2ed09fc4f49.tar.bz2
openbsd-5e74893c6f633bdcaeb6319f6b21b2ed09fc4f49.zip
x509_vfy.c and x509_vpm.c don't need vpm_int.h anymore
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/x509/x509_vfy.c5
-rw-r--r--src/lib/libcrypto/x509/x509_vpm.c3
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509/x509_vfy.c b/src/lib/libcrypto/x509/x509_vfy.c
index 8fd193699e..d54ba783e8 100644
--- a/src/lib/libcrypto/x509/x509_vfy.c
+++ b/src/lib/libcrypto/x509/x509_vfy.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_vfy.c,v 1.112 2023/04/16 08:06:42 tb Exp $ */ 1/* $OpenBSD: x509_vfy.c,v 1.113 2023/04/16 18:48:58 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -73,9 +73,10 @@
73#include <openssl/objects.h> 73#include <openssl/objects.h>
74#include <openssl/x509.h> 74#include <openssl/x509.h>
75#include <openssl/x509v3.h> 75#include <openssl/x509v3.h>
76
76#include "asn1_local.h" 77#include "asn1_local.h"
77#include "vpm_int.h"
78#include "x509_internal.h" 78#include "x509_internal.h"
79#include "x509_local.h"
79 80
80/* CRL score values */ 81/* CRL score values */
81 82
diff --git a/src/lib/libcrypto/x509/x509_vpm.c b/src/lib/libcrypto/x509/x509_vpm.c
index cb13267b75..5dff102d54 100644
--- a/src/lib/libcrypto/x509/x509_vpm.c
+++ b/src/lib/libcrypto/x509/x509_vpm.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_vpm.c,v 1.33 2023/02/16 08:38:17 tb Exp $ */ 1/* $OpenBSD: x509_vpm.c,v 1.34 2023/04/16 18:48:58 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2004. 3 * project 2004.
4 */ 4 */
@@ -66,7 +66,6 @@
66#include <openssl/x509.h> 66#include <openssl/x509.h>
67#include <openssl/x509v3.h> 67#include <openssl/x509v3.h>
68 68
69#include "vpm_int.h"
70#include "x509_local.h" 69#include "x509_local.h"
71 70
72/* X509_VERIFY_PARAM functions */ 71/* X509_VERIFY_PARAM functions */