=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/apps.c,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- src/usr.bin/openssl/apps.c 2023/07/23 11:39:29 1.66 +++ src/usr.bin/openssl/apps.c 2023/11/21 17:56:19 1.67 @@ -1,4 +1,4 @@ -/* $OpenBSD: apps.c,v 1.66 2023/07/23 11:39:29 tb Exp $ */ +/* $OpenBSD: apps.c,v 1.67 2023/11/21 17:56:19 tb Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -1716,7 +1716,7 @@ } (*pargs)++; } else if (strcmp(arg, "-purpose") == 0) { - X509_PURPOSE *xptmp; + const X509_PURPOSE *xptmp; if (!argn) *badarg = 1; else {