djgpp: Fix unused-but-set-variable warning
authorJ.W. Jagersma <jwjagersma@gmail.com>
Sat, 1 Oct 2022 18:14:48 +0000 (20:14 +0200)
committerHugo Landau <hlandau@openssl.org>
Mon, 14 Nov 2022 07:47:53 +0000 (07:47 +0000)
commitb9179ae5552ab59fa46bad5721125a84c76f8ab4
treeb802a09a8ecf2b663c374105b8086d8e9e0c766f
parentd8bcd64170e8b6fb66da293a95ff21b25d1a357e
djgpp: Fix unused-but-set-variable warning

I chose to just hide this behind '#ifndef __DJGPP__', instead of listing
all the macro combinations where it *is* used.  That would make quite a
mess.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19322)
crypto/bio/bss_dgram.c