summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/aes/aes_x86core.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* KNF: move two opening curly braces of function bodies to their own linestb2018-04-031-2/+3
|
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-101-4/+1
| | | | | for libraries in OpenBSD is to deliberately let NULL pointers cause a SIGSEGV. ok doug@ jsing@
* deregister; no binary changejsg2014-10-281-2/+2
| | | | ok jsing@ miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* c-file-style hints, begone; ok beckderaadt2014-06-111-1/+1
|
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-4/+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@
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-3/+1
|
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-696/+721
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* import of OpenSSL 0.9.8kdjm2009-04-061-0/+1063