diff options
Diffstat (limited to '')
-rw-r--r-- | src/usr.bin/openssl/apps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/apps.c b/src/usr.bin/openssl/apps.c index 70857e0423..6ffbe6f0c4 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.66 2023/07/23 11:39:29 tb Exp $ */ | 1 | /* $OpenBSD: apps.c,v 1.67 2023/11/21 17:56:19 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -1716,7 +1716,7 @@ args_verify(char ***pargs, int *pargc, int *badarg, BIO *err, | |||
1716 | } | 1716 | } |
1717 | (*pargs)++; | 1717 | (*pargs)++; |
1718 | } else if (strcmp(arg, "-purpose") == 0) { | 1718 | } else if (strcmp(arg, "-purpose") == 0) { |
1719 | X509_PURPOSE *xptmp; | 1719 | const X509_PURPOSE *xptmp; |
1720 | if (!argn) | 1720 | if (!argn) |
1721 | *badarg = 1; | 1721 | *badarg = 1; |
1722 | else { | 1722 | else { |