mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-10 10:27:13 -04:00
Exclude the asm code when it's not being used.
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
* 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 */
|
||||
|
||||
Reference in New Issue
Block a user