Topic: [SOLVED] ./configure ... --enable-opensslextra Bug?
Dear Team
our build is on windows 7 (64bit) via mingw32(bit), configured with:
./configure C_EXTRA_FLAGS="-DFP_MAX_BITS=8192 -DNO_WOLFSSL_SERVER" --host=i386-pc-mingw32 --enable-fastmath --enable-opensslextra --enable-sni
Compiled with no errors but the openssl-compatibility functions (from: http://www.yassl.com/yaSSL/Docs-cyassl- … ility.html ) will not be exported in the libwolfssl-5.dll
All other works fine.
I was looking in the Makefile, and found the -DOPENSSL_EXTRA define flag:
AM_CFLAGS = -DOPENSSL_EXTRA -D_POSIX_THREADS -DHAVE_THREAD_LS -DNDEBUG -DHAVE_AESGCM -DHAVE_AESCCM -DWOLFSSL_SHA512 -DWOLFSSL_SHA384 -DNO_DSA -DHAVE_ECC -DTFM_ECC256 -DECC_SHAMIR -DNO_PSK -DNO_DH -DNO_MD4 -DNO_HC128 -DNO_RABBIT -DHAVE_TLS_EXTENSIONS -DHAVE_SNI -DUSE_FAST_MATH -Wall -Wno-unused -O2 -fomit-frame-pointer
Any ideas why the openssl-compatibility functions are not available in the dll?
Thank you
Greetings
Hans-Jürgen Petrich