summaryrefslogtreecommitdiffstats
path: root/util/pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-12-06 16:35:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-12-06 16:35:40 +0000
commita4c886e4c87c56dc9fb184f0e2992e95a29857d5 (patch)
tree174fb0fc393e1d21ede65c8f7618ca296d1cd293 /util/pl
parent1291dfdeaddf67e5b9f470147790495cc9c35efc (diff)
Add cpuid code to VC++ build.
Diffstat (limited to 'util/pl')
-rw-r--r--util/pl/VC-32.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index bbdb537329..94a1e83011 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -196,6 +196,8 @@ if (!$no_asm)
$rmd160_asm_src='crypto\ripemd\asm\rm_win32.asm';
$whirlpool_asm_obj='crypto\whrlpool\asm\wp_win32.obj';
$whirlpool_asm_src='crypto\whrlpool\asm\wp_win32.asm';
+ $cpuid_asm_obj='crypto\cpu_win32.obj';
+ $cpuid_asm_src='crypto\cpu_win32.asm';
$cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM -DWHIRLPOOL_ASM";
}