Module Name: src Committed By: rillig Date: Mon Jan 6 19:11:26 UTC 2025
Modified Files: src/crypto: Makefile.openssl src/crypto/external/bsd/openssl/lib/libapps: Makefile src/crypto/external/bsd/openssl/lib/libcrypto: bn.inc src/crypto/external/bsd/openssl/lib/libdes: Makefile Log Message: openssl: suppress the most common lint warnings There are many places where 'long' is narrowed to 'int', so if these had serious problems, these would have probably been found earlier. Suppress these warnings to make the remaining ones more visible, as these may point to more interesting places in the code. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/crypto/Makefile.openssl cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/openssl/lib/libapps/Makefile cvs rdiff -u -r1.10 -r1.11 \ src/crypto/external/bsd/openssl/lib/libcrypto/bn.inc cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/openssl/lib/libdes/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.