mirror of
https://github.com/openssl/openssl.git
synced 2026-05-07 20:12:39 +00:00
Remove redefined progname from QUIC demos
The global progname is already defined above. Reviewed-by: Tomas Mraz <tomas@openssl.foundation> Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org> Reviewed-by: Norbert Pocs <norbertp@openssl.org> MergeDate: Thu Apr 30 11:42:28 2026 (Merged from https://github.com/openssl/openssl/pull/30941)
This commit is contained in:
@@ -285,8 +285,6 @@ int main(int argc, char *argv[])
|
||||
int fd;
|
||||
unsigned long port;
|
||||
#ifdef _WIN32
|
||||
static const char *progname;
|
||||
|
||||
progname = argv[0];
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user