Apple needs a leading underscore.
authorWayne Davison <wayne@opencoder.net>
Tue, 23 Jun 2020 22:47:27 +0000 (15:47 -0700)
committerWayne Davison <wayne@opencoder.net>
Tue, 23 Jun 2020 22:47:27 +0000 (15:47 -0700)
lib/md5-asm-x86_64.S

index 814aac59b49f99a547e92d537c695f547ddbfd06..383f193a829b20020f883bfdbea20863ecda6b74 100644 (file)
 
 #if !defined USE_OPENSSL && CSUM_CHUNK == 64
 
+#ifdef __APPLE__
+#define md5_process_asm _md5_process_asm
+#endif
+
 .text
 .align 16