]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Exclude the asm code when it's not being used.
authorWayne Davison <wayne@opencoder.net>
Sat, 20 Jun 2020 14:59:26 +0000 (07:59 -0700)
committerWayne Davison <wayne@opencoder.net>
Sat, 20 Jun 2020 15:05:53 +0000 (08:05 -0700)
lib/md5-asm-x86_64.s

index 44aa386da4044281a6c3a10eb6f5d8c946ed2e16..29e2cc8268fc8ec70dbbfd13c4fb205b22d255b0 100644 (file)
  * show any significant difference in performance, though.
  */
 
+#include "config.h"
+
+#ifndef USE_OPENSSL
+
 .text
 .align 16
 
@@ -700,3 +704,5 @@ _md5_process_asm:
 #else
 L_md5_process_asm_end:
 #endif
+
+#endif /* !USE_OPENSSL */