diff options
Diffstat (limited to '')
| -rw-r--r-- | src/usr.bin/openssl/apps.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/apps.c b/src/usr.bin/openssl/apps.c index e1dcd48b37..2c228aad59 100644 --- a/src/usr.bin/openssl/apps.c +++ b/src/usr.bin/openssl/apps.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: apps.c,v 1.56 2020/10/14 07:20:09 tb Exp $ */ | 1 | /* $OpenBSD: apps.c,v 1.57 2020/10/26 11:48:39 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
| 4 | * | 4 | * |
| @@ -1916,6 +1916,8 @@ args_verify(char ***pargs, int *pargc, int *badarg, BIO *err, | |||
| 1916 | flags |= X509_V_FLAG_POLICY_CHECK; | 1916 | flags |= X509_V_FLAG_POLICY_CHECK; |
| 1917 | else if (!strcmp(arg, "-explicit_policy")) | 1917 | else if (!strcmp(arg, "-explicit_policy")) |
| 1918 | flags |= X509_V_FLAG_EXPLICIT_POLICY; | 1918 | flags |= X509_V_FLAG_EXPLICIT_POLICY; |
| 1919 | else if (!strcmp(arg, "-legacy_verify")) | ||
| 1920 | flags |= X509_V_FLAG_LEGACY_VERIFY; | ||
| 1919 | else if (!strcmp(arg, "-inhibit_any")) | 1921 | else if (!strcmp(arg, "-inhibit_any")) |
| 1920 | flags |= X509_V_FLAG_INHIBIT_ANY; | 1922 | flags |= X509_V_FLAG_INHIBIT_ANY; |
| 1921 | else if (!strcmp(arg, "-inhibit_map")) | 1923 | else if (!strcmp(arg, "-inhibit_map")) |
