Change usage (--version) output to note when ASM isn't really being used.
[rsync.git] / usage.c
diff --git a/usage.c b/usage.c
index db13535f4a25291f3d4e537689241ca4727c617e..c8c4f0257f2184a168af95b18860ff81775cb81d 100644 (file)
--- a/usage.c
+++ b/usage.c
@@ -144,7 +144,7 @@ static void print_info_flags(enum logcode f)
 #endif
                        "SIMD",
 
-#ifndef HAVE_ASM
+#if !defined HAVE_ASM || defined USE_OPENSSL
                "no "
 #endif
                        "asm",