summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib
diff options
context:
space:
mode:
authorbcook <>2014-08-11 13:29:43 +0000
committerbcook <>2014-08-11 13:29:43 +0000
commit061d595d7859c456aec41e57ebdd900e4087395c (patch)
treea4f8bfaf958a94c17a62073b4dac40939b15d3d8 /src/lib/libc/stdlib
parent1461f93ca3a5c598009914d6c1e1518f66f3c119 (diff)
downloadopenbsd-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/libc/stdlib')
0 files changed, 0 insertions, 0 deletions