That seemed to work using
export LD_LIBRARY_PATH=/usr/local/ssl/fips/lib

I'm not getting the assertion failure but I am now getting a
segmentation fault "in memcpy () from /lib/libc.so.6" which I need to
look into. Back to my previous question of -- Is my script wrong or am
I doing something wrong that is causing openssl to not create the
static library?  wpa_supplicant config file is set for openssl usage
as:

OPENSSL_FIPS=1
OPENSSLDIR = /usr/local/ssl/fips
OPENSSLSRCDIR = /usr/src/openssl
LIBCRYPTO = $(OPENSSLDIR)/lib/libcrypto.a
CFLAGS += -I$(OPENSSLDIR)/include
LIBS += -L$(OPENSSLSRCDIR)
LIBS += -L$(OPENSSLDIR)
LIBS += -L/usr/lib
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to