From: Wayne Davison Date: Tue, 23 Jun 2020 22:47:27 +0000 (-0700) Subject: Apple needs a leading underscore. X-Git-Tag: v3.2.2pre1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e93f40d8b4068a0170ec0d8a6d6ab74850ba358f;p=thirdparty%2Frsync.git Apple needs a leading underscore. --- diff --git a/lib/md5-asm-x86_64.S b/lib/md5-asm-x86_64.S index 814aac59..383f193a 100644 --- a/lib/md5-asm-x86_64.S +++ b/lib/md5-asm-x86_64.S @@ -29,6 +29,10 @@ #if !defined USE_OPENSSL && CSUM_CHUNK == 64 +#ifdef __APPLE__ +#define md5_process_asm _md5_process_asm +#endif + .text .align 16