summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-01-04 16:32:39 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-01-04 16:32:39 +0000
commitdb01bad30f173382441211dffe5d7b99bf51fa9c (patch)
tree6822c77a6c1ee8c16aa9e7497e7ee8fcf2d7a591 /util
parent6ff28e017daa16716b2195598be0a7702a1083f3 (diff)
Add sha2 defines.
Diffstat (limited to 'util')
-rw-r--r--util/pl/VC-32.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index 1269761c6e..b92e8fa205 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -209,7 +209,10 @@ if (!$no_asm)
$whirlpool_asm_src='crypto\whrlpool\asm\wp_win32.asm';
$cpuid_asm_obj='crypto\cpu_win32.obj';
$cpuid_asm_src='crypto\cpu_win32.asm';
- $cflags.=" -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM -DWHIRLPOOL_ASM";
+ $cflags.=" -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2";
+ $cflags.=" -DAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -DBN_ASM -DMD5_ASM";
+ $cflags.=" -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM";
+ $cflags.=" -DRMD160_ASM -DWHIRLPOOL_ASM";
}
if ($shlib && $FLAVOR !~ /CE/)