summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes/modes_lcl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-5/+1
| | | | | | | | Also check for _LP64 rather than __arch64__ (the former being more reliable than __LP64__ or __arch64__) to tell 64-bit int platforms apart from 32-bit int platforms. Loosely based upon a diff from Martijn van Duren on tech@
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-1/+1
|
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-231-0/+1
| | | | | | | <machine/endian.h>, rather than writing 1 to a 32-bit variable and checking whether the first byte is nonzero. tweaks and ok matthew@; ok beck@ tedu@
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-12/+0
|
* Import OpenSSL 1.0.1gmiod2014-04-131-6/+3
|
* import OpenSSL-1.0.1cdjm2012-10-131-0/+131