Condition only on #ifdef MD5_ASM.
authorjsing <jsing@openbsd.org>
Tue, 15 Aug 2023 08:30:49 +0000 (08:30 +0000)
committerjsing <jsing@openbsd.org>
Tue, 15 Aug 2023 08:30:49 +0000 (08:30 +0000)
commit5d2458649f20d9a4e86d867f5da8e5c2d9ac87ee
tree1c35ced26c12ff51cc64de6cb62fe679223a203b
parentdcec61dc62ebe880c77cbce594614d377b20f26c
Condition only on #ifdef MD5_ASM.

There are a bunch of unnecessary preprocessor directives - just condition
on MD5_ASM, the same as we do elsewhere.

ok tb@
lib/libcrypto/md5/md5.c