Exclude the asm code when it's not being used.

This commit is contained in:
Wayne Davison
2020-06-20 07:59:26 -07:00
parent 19617f7b4a
commit 04653dabc8

View File

@@ -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 */