0.9.8 version of PR#1931 fix.
[oweals/openssl.git] / test / Makefile
index 73d64440b15ec3b45ceea677f75632f1fb5a2348..228ee368cd7599388b928f362e8bb2ae6ebd5d7e 100644 (file)
@@ -404,6 +404,8 @@ FIPS_BUILD_CMD=shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
        elif [ -n "$(FIPSCANLIB)" ]; then \
                FIPSLD_CC=$(CC); CC=$(TOP)/fips/fipsld; export CC FIPSLD_CC; \
                LIBRARIES="$${FIPSLIBDIR:-$(TOP)/fips/}fipscanister.o"; \
+       else \
+               LIBRARIES="$(LIBCRYPTO)"; \
        fi; \
        $(MAKE) -f $(TOP)/Makefile.shared -e \
                CC=$${CC} APPNAME=$$target$(EXE_EXT) OBJECTS="$$target.o" \