Hello, I compiled openssl version 0.9.8a on Windows using mingw.
At the compiler run many warnings about deprecated options are shown:
gcc -o tmp\eng_list.o  -Ioutinc -Itmp -DL_ENDIAN -DDSO_WIN32
-fomit-frame-pointer -O3 -mcpu=i486 -Wa
ll -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS
-DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -DOP
ENSSL_NO_KRB5      -c .\crypto\engine\eng_list.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -o tmp\eng_init.o  -Ioutinc -Itmp -DL_ENDIAN -DDSO_WIN32
-fomit-frame-pointer -O3 -mcpu=i486 -Wa
ll -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS
-DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -DOP
ENSSL_NO_KRB5      -c .\crypto\engine\eng_init.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to