I am having a problem trying to build OpenSSL-0.9.8j fips enabled. If I do not add ${EX_LIBS) to the end of the line below I get errors building fips_standalone_sha1. It cannot find socket and connect functions.
Am I missing some environment variables or something else? fips_standalone_sha1$(EXE_EXT): sha/fips_standalone_sha1.c $(CC) $(CFLAGS) -DFIPSCANISTER_O -o $@ sha/fips_standalone_sha1.c $(FIPSLIBDIR)fipscanister.o $(EX_LIBS) Thanks, Jerry