summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/div.c
diff options
context:
space:
mode:
authorbcook <>2014-08-11 13:29:43 +0000
committerbcook <>2014-08-11 13:29:43 +0000
commit0b3a4a686dffa3c2cbaa5c8b196b6c5319d92347 (patch)
treea4f8bfaf958a94c17a62073b4dac40939b15d3d8 /src/lib/libc/stdlib/div.c
parent95545bec16b4cefaa8d043232f03180beadc8965 (diff)
downloadopenbsd-0b3a4a686dffa3c2cbaa5c8b196b6c5319d92347.tar.gz
openbsd-0b3a4a686dffa3c2cbaa5c8b196b6c5319d92347.tar.bz2
openbsd-0b3a4a686dffa3c2cbaa5c8b196b6c5319d92347.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/div.c')
0 files changed, 0 insertions, 0 deletions