diff options
| author | beck <> | 2002-05-21 01:49:11 +0000 |
|---|---|---|
| committer | beck <> | 2002-05-21 01:49:11 +0000 |
| commit | 7ebf0f8371844decf17c65829147760ed09339a6 (patch) | |
| tree | b39f86312e7ebfd4945e393b8949356694ad06fe /src/lib/libcrypto/util | |
| parent | 2117eaece54016b776476220b41b97441e75b0e0 (diff) | |
| download | openbsd-7ebf0f8371844decf17c65829147760ed09339a6.tar.gz openbsd-7ebf0f8371844decf17c65829147760ed09339a6.tar.bz2 openbsd-7ebf0f8371844decf17c65829147760ed09339a6.zip | |
Merge openssl-0.9.7-stable-SNAP-20020519
Diffstat (limited to 'src/lib/libcrypto/util')
| -rw-r--r-- | src/lib/libcrypto/util/pl/Mingw32.pl | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/lib/libcrypto/util/pl/Mingw32.pl b/src/lib/libcrypto/util/pl/Mingw32.pl index 37f36126f3..45ab685974 100644 --- a/src/lib/libcrypto/util/pl/Mingw32.pl +++ b/src/lib/libcrypto/util/pl/Mingw32.pl | |||
| @@ -25,6 +25,8 @@ if ($gaswin and !$no_asm) | |||
| 25 | { | 25 | { |
| 26 | $bn_asm_obj='$(OBJ_D)/bn-win32.o'; | 26 | $bn_asm_obj='$(OBJ_D)/bn-win32.o'; |
| 27 | $bn_asm_src='crypto/bn/asm/bn-win32.s'; | 27 | $bn_asm_src='crypto/bn/asm/bn-win32.s'; |
| 28 | $bnco_asm_obj='$(OBJ_D)/co-win32.o'; | ||
| 29 | $bnco_asm_src='crypto/bn/asm/co-win32.s'; | ||
| 28 | $des_enc_obj='$(OBJ_D)/d-win32.o $(OBJ_D)/y-win32.o'; | 30 | $des_enc_obj='$(OBJ_D)/d-win32.o $(OBJ_D)/y-win32.o'; |
| 29 | $des_enc_src='crypto/des/asm/d-win32.s crypto/des/asm/y-win32.s'; | 31 | $des_enc_src='crypto/des/asm/d-win32.s crypto/des/asm/y-win32.s'; |
| 30 | $bf_enc_obj='$(OBJ_D)/b-win32.o'; | 32 | $bf_enc_obj='$(OBJ_D)/b-win32.o'; |
| @@ -66,12 +68,12 @@ $lfile=''; | |||
| 66 | 68 | ||
| 67 | $asm='as'; | 69 | $asm='as'; |
| 68 | $afile='-o '; | 70 | $afile='-o '; |
| 69 | $bn_asm_obj=""; | 71 | #$bn_asm_obj=""; |
| 70 | $bn_asm_src=""; | 72 | #$bn_asm_src=""; |
| 71 | $des_enc_obj=""; | 73 | #$des_enc_obj=""; |
| 72 | $des_enc_src=""; | 74 | #$des_enc_src=""; |
| 73 | $bf_enc_obj=""; | 75 | #$bf_enc_obj=""; |
| 74 | $bf_enc_src=""; | 76 | #$bf_enc_src=""; |
| 75 | 77 | ||
| 76 | sub do_lib_rule | 78 | sub do_lib_rule |
| 77 | { | 79 | { |
