OpenGrok
Cross Reference: Makefile
xref
: /
src
/
crypto
/
external
/
bsd
/
openssl
/
lib
/
libdes
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
libdes
History log of
/src/crypto/external/bsd/openssl/lib/libdes/Makefile
Revision
Date
Author
Comments
1.5
06-Jan-2025
rillig
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.
1.4
15-Aug-2021
rillig
branches: 1.4.4;
libdes: suppress some selected lint warnings
The type widths are handled carefully, so even if there is some
conversion from 64-bit long to uint32_t, no value bits get lost.
The fallthrough case statements are a variant of Duff's Device.
The bitwise '>>' on signed value is actually on a value of type
'unsigned char', and since all platforms supported by lint have
sizeof(int) == 4, the behavior is well defined.
1.3
15-Mar-2018
christos
use the OpenSSL version of des_modes.7 since it is newer.
1.2
12-Apr-2010
joerg
branches: 1.2.46;
Add management target for the man pages.
1.1
19-Jul-2009
christos
- add build glue
- apply our changes
1.2.46.1
22-Mar-2018
pgoyette
Synch with HEAD, resolve conflicts
1.4.4.1
02-Aug-2025
perseant
Sync with HEAD
Indexes created Sat Jun 20 00:25:23 UTC 2026