From: jsg Date: Sat, 18 May 2024 08:48:31 +0000 (+0000) Subject: remove extern with no matching var; ok tb@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=507c9db69052c0ee0621e44dcd541c02c5b3fe04;p=openbsd remove extern with no matching var; ok tb@ --- diff --git a/usr.bin/openssl/apps.h b/usr.bin/openssl/apps.h index dfb160f647b..1c0a2ebea83 100644 --- a/usr.bin/openssl/apps.h +++ b/usr.bin/openssl/apps.h @@ -1,4 +1,4 @@ -/* $OpenBSD: apps.h,v 1.35 2024/05/18 08:47:13 jsg Exp $ */ +/* $OpenBSD: apps.h,v 1.36 2024/05/18 08:48:31 jsg Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -127,7 +127,6 @@ #endif #include -extern int single_execution; extern CONF *config; extern char *default_config_file;