Move MAC computations for Finished from ssl3_read_bytes into
[openssl.git] / Configure
index 7ac8a6ef14f6f87b8bbba2c87cb9d08355246d68..38fb9e901f801f678c00c0fbbec625b3a8662744 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -422,7 +422,7 @@ foreach (@ARGV)
                {
                $no_asm=1;
                $flags .= "-DNO_ASM ";
                {
                $no_asm=1;
                $flags .= "-DNO_ASM ";
-               $openssl_algorithm_defines .= "#define NO_ASM\n";
+               $openssl_other_defines .= "#define NO_ASM\n";
                }
        elsif (/^no-threads$/)
                { $no_threads=1; }
                }
        elsif (/^no-threads$/)
                { $no_threads=1; }