lib/md5-asm-x86_64.s: fix build with Apple Clang
authorCaleb Xu <calebcenter@live.com>
Sat, 20 Jun 2020 04:12:15 +0000 (00:12 -0400)
committerWayne Davison <wayne@opencoder.net>
Sat, 20 Jun 2020 06:38:15 +0000 (23:38 -0700)
commitb218de27027673d6bb7842388412f73cde93d210
tree3aad77a64783ae2a0758e51dec16e315ed5f7eae
parentd4764934c35bdff297a03551c583be611cb8c64c
lib/md5-asm-x86_64.s: fix build with Apple Clang

The Mach-O x86-64 model doesn't seem to support ".type" and
".size" directives in assembly. Add ifdefs that should allow for
the file to build without issues in Apple Clang.
lib/md5-asm-x86_64.s