From f525f2c818fe49f62ec92f6e87b27615cf88ac8d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 20 Jun 2020 16:54:24 -0700 Subject: Remove asm type & size. --- lib/md5-asm-x86_64.S | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib/md5-asm-x86_64.S') diff --git a/lib/md5-asm-x86_64.S b/lib/md5-asm-x86_64.S index 4eb884ed..814aac59 100644 --- a/lib/md5-asm-x86_64.S +++ b/lib/md5-asm-x86_64.S @@ -32,14 +32,8 @@ .text .align 16 -#ifndef __apple_build_version__ .globl md5_process_asm -.type md5_process_asm,@function md5_process_asm: -#else -.globl _md5_process_asm -_md5_process_asm: -#endif push %rbp push %rbx push %r12 @@ -699,11 +693,5 @@ _md5_process_asm: pop %rbx pop %rbp ret -#ifndef __apple_build_version__ -.L_md5_process_asm_end: -.size md5_process_asm,.L_md5_process_asm_end-md5_process_asm -#else -L_md5_process_asm_end: -#endif #endif /* !USE_OPENSSL ... */ -- cgit v1.2.1