CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/21 20:56:27
Modified files:
lib/libssl/src/crypto: cryptlib.c
Log message:
Assume that the size of a pointer will not change at runtime.
Change the runtime check for whether a long is smaller than a pointer to a
compile-time check. Replace the silly hash for LLP64 platforms.
ok tedu@
