diff options
author | appro <appro> | 2009-12-30 11:46:53 +0000 |
---|---|---|
committer | appro <appro> | 2009-12-30 11:46:53 +0000 |
commit | 62d6d27313265d1182c5b637e3e5dbd78115030e (patch) | |
tree | eb653080e60d63564f5cde6945ef4b8f8c72d3cc /TABLE | |
parent | a2f8826f5b88574c49826b45b3a3840309456bf1 (diff) | |
download | openssl-62d6d27313265d1182c5b637e3e5dbd78115030e.tar.gz |
Adapt mingw config for newer mingw environment. Note modified conditional
compilation in e_capi.c.
PR: 2113
Diffstat (limited to 'TABLE')
-rw-r--r-- | TABLE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3877,11 +3877,11 @@ $multilib = 64 *** mingw $cc = gcc -$cflags = -mno-cygwin -DL_ENDIAN -DOPENSSL_NO_CAPIENG -fomit-frame-pointer -O3 -march=i486 -Wall +$cflags = -mno-cygwin -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -fomit-frame-pointer -O3 -march=i486 -Wall $unistd = $thread_cflag = $sys_id = MINGW32 -$lflags = -lws2_32 -lgdi32 +$lflags = -lws2_32 -lgdi32 -lcrypt32 $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT EXPORT_VAR_AS_FN $cpuid_obj = x86cpuid.o $bn_obj = bn-586.o co-586.o x86-mont.o |