summaryrefslogtreecommitdiff
path: root/lib/md5-asm-x86_64.s
diff options
context:
space:
mode:
Diffstat (limited to 'lib/md5-asm-x86_64.s')
-rw-r--r--lib/md5-asm-x86_64.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/md5-asm-x86_64.s b/lib/md5-asm-x86_64.s
index 44aa386d..29e2cc82 100644
--- a/lib/md5-asm-x86_64.s
+++ b/lib/md5-asm-x86_64.s
@@ -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 */