summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc5/rc5_locl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove RC5 code - this is not currently enabled and is not likely to everjsing2015-02-101-194/+0
| | | | | | | | be enabled. Removes one symbol from libcrypto, however there is no ABI change. ok beck@ miod@ tedu@
* replace more ROTATE macros with plain-old C code.bcook2014-08-181-25/+13
| | | | | | | Let the compiler optimize these. Even older versions of gcc generate equal or better quality code than the inline asm. ok miod@
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
| | | | | | | | | an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers.
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-1/+1
|
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-4/+1
|
* import OpenSSL 1.0.0edjm2011-11-031-2/+2
|
* import of OpenSSL 0.9.8hdjm2008-09-061-1/+1
|
* import openssl-0.9.7dmarkus2004-04-071-0/+207