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:
Milan Broz
2026-04-22 15:28:35 +02:00
committed by Norbert Pocs
parent acd4969546
commit 5aeea6f929
-2
View File
@@ -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