summaryrefslogtreecommitdiffstats
path: root/crypto/rc4/rc4_locl.h
AgeCommit message (Collapse)Author
2004-11-21RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it'sAndy Polyakov
apparently impossible to compose blended code with would perform satisfactory on all x86 and x86_64 cores, an extra RC4_CHAR code-path is introduced and P4 core is detected at run-time. This way we keep original performance on non-P4 implementations and turbo-charge P4 performance by factor of 2.8x (on 32-bit core).
1999-06-14rc4_locl.h and bf_locl.h incorrectly defined _HEADER_...;Bodo Möller
opensslconf.h always expects HEADER_... (no leading underscore). Submitted by: Andy Polyakov <appro@fy.chalmers.se>
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-21Move all autogenerated header file parts to crypto/opensslconf.h.Ulf Möller
1998-12-28Deal with generated files.Ben Laurie
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall