commit | ebaec63e3e442a219faabf86d8961301ee003446 | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Mon Jul 26 22:01:50 2004 +0000 |
committer | Andy Polyakov <appro@openssl.org> | Mon Jul 26 22:01:50 2004 +0000 |
tree | 5a349c67a11e598ab37140769dcc457aa4eb0cc0 | |
parent | 14e21f863a3e3278bb8660ea9844e92e52e1f2f7 [diff] [blame] |
This is so to say "damage control" for jumbo "cpuid" patch, see http://cvs.openssl.org/chngview?cn=12493. Now all platform should be operational, while SSE2 code pathes get engaged on ELF platforms only.
diff --git a/Configure b/Configure index 0bb1782..184f5ba 100755 --- a/Configure +++ b/Configure
@@ -1408,6 +1408,8 @@ print OUT $openssl_algorithm_defines_trans; print OUT "#endif\n\n"; +print OUT "#define OPENSSL_CPUID_OBJ\n\n" if ($cpuid_obj); + while (<IN>) { if (/^#define\s+OPENSSLDIR/)