We build the crypto stuff, not the ssl stuff, in this command procedure...
[openssl.git] / Configure
index 0bb17822e7cc8c3116585febad9e451ef0ad13ed..184f5ba2e1c69a5fe637360812c9a5cd2714a80e 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1408,6 +1408,8 @@ print OUT "#ifdef OPENSSL_ALGORITHM_DEFINES\n";
 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/)