diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_vfy.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_vfy.h b/src/lib/libcrypto/x509/x509_vfy.h index 9a9d6c0a1c..27ed484291 100644 --- a/src/lib/libcrypto/x509/x509_vfy.h +++ b/src/lib/libcrypto/x509/x509_vfy.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_vfy.h,v 1.56 2022/12/01 05:27:04 tb Exp $ */ | 1 | /* $OpenBSD: x509_vfy.h,v 1.57 2022/12/26 07:18:53 jmc 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 | * |
@@ -255,7 +255,7 @@ void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); | |||
255 | /* Do not check certificate or CRL validity against current time. */ | 255 | /* Do not check certificate or CRL validity against current time. */ |
256 | #define X509_V_FLAG_NO_CHECK_TIME 0x200000 | 256 | #define X509_V_FLAG_NO_CHECK_TIME 0x200000 |
257 | 257 | ||
258 | /* Force the use of the legacy certificate verifcation */ | 258 | /* Force the use of the legacy certificate verification */ |
259 | #define X509_V_FLAG_LEGACY_VERIFY 0x400000 | 259 | #define X509_V_FLAG_LEGACY_VERIFY 0x400000 |
260 | 260 | ||
261 | #define X509_VP_FLAG_DEFAULT 0x1 | 261 | #define X509_VP_FLAG_DEFAULT 0x1 |