diff options
| author | tb <> | 2023-04-16 18:48:58 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-16 18:48:58 +0000 |
| commit | dcc8d99c134ad3ddc75243f105afa53baf7487b2 (patch) | |
| tree | 3f2bf9379c7249454b13612adf09545299672394 /src/lib/libcrypto/x509/x509_vfy.c | |
| parent | ce4b23056fd162d342dba2a2c7990557cceae181 (diff) | |
| download | openbsd-dcc8d99c134ad3ddc75243f105afa53baf7487b2.tar.gz openbsd-dcc8d99c134ad3ddc75243f105afa53baf7487b2.tar.bz2 openbsd-dcc8d99c134ad3ddc75243f105afa53baf7487b2.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 | ||
