diff options
author | bcook <> | 2014-08-11 13:29:43 +0000 |
---|---|---|
committer | bcook <> | 2014-08-11 13:29:43 +0000 |
commit | 061d595d7859c456aec41e57ebdd900e4087395c (patch) | |
tree | a4f8bfaf958a94c17a62073b4dac40939b15d3d8 /src/lib/libcrypto/md32_common.h | |
parent | 1461f93ca3a5c598009914d6c1e1518f66f3c119 (diff) | |
download | openbsd-061d595d7859c456aec41e57ebdd900e4087395c.tar.gz openbsd-061d595d7859c456aec41e57ebdd900e4087395c.tar.bz2 openbsd-061d595d7859c456aec41e57ebdd900e4087395c.zip |
Guard RSA / RC4-5 ASM when NO_ASM is not defined
Most assembly blocks remain inactive if OPENSSL_NO_ASM is not defined,
only enabling inline assembly, but the RSA / RC4-5 blocks (used only in
amd64 systems) turn on implicitly. Guard these two as well.
This simplifies enabling just inline ASM in portable, no effective
change in OpenBSD.
Diffstat (limited to 'src/lib/libcrypto/md32_common.h')
0 files changed, 0 insertions, 0 deletions