diff options
author | tb <> | 2023-04-16 18:48:58 +0000 |
---|---|---|
committer | tb <> | 2023-04-16 18:48:58 +0000 |
commit | 5e74893c6f633bdcaeb6319f6b21b2ed09fc4f49 (patch) | |
tree | 3f2bf9379c7249454b13612adf09545299672394 /src/lib/libcrypto/x509/x509_vfy.c | |
parent | aaf55fdba134804a9eb1a42c03415548fbd2b490 (diff) | |
download | openbsd-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/lib/libcrypto/x509/x509_vfy.c')
-rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.c | 5 |
1 files changed, 3 insertions, 2 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 | ||