In this version of OpenSSL, declarations aren't always strict
authorRichard Levitte <levitte@openssl.org>
Mon, 3 Nov 2003 09:14:48 +0000 (09:14 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 3 Nov 2003 09:14:48 +0000 (09:14 +0000)
commit3db7c0977c0a6fc235813c5e7e26fa172a507cc2
tree7c67a8401cd974d4557b365163486ca8246719bc
parentc0ec5de6dbd90ec0a0c53cb0064e771e21497a73
In this version of OpenSSL, declarations aren't always strict
prototypes, so I'm removing -Wstrict-prototypes and
-Wmissing-prototypes from my debugging target in favor of
-Wmissing-declarations.  That will make other issues more visible than
in the middle of a thousand warnings telling me there isn't a proper
prototype for this or that function pointer...
Configure