]> git.ipfire.org Git - thirdparty/openssl.git/commit
Disable the Mixed Linkage warning for some selected modules. This is
authorRichard Levitte <levitte@openssl.org>
Mon, 9 Jan 2006 19:22:53 +0000 (19:22 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 9 Jan 2006 19:22:53 +0000 (19:22 +0000)
commit2cd4ebc01ff7562b80c62ddac7aceaddb7c4a7c7
tree75fa2eadf27f82cb2ba9f948ca05d534311b5098
parent5f4dcaf781d08ea921a2001cdb3a09a17a059c88
Disable the Mixed Linkage warning for some selected modules.  This is
because the Compaq C compiler will not accept that a variable be
declared extern then defined static without a warning.
crypto/crypto-lib.com