From e4e049e48924e0d4990aa451642156af376cf513 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 9 Apr 2003 06:50:39 +0000 Subject: [PATCH] Dont forget req. --- apps/Makefile.ssl | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/Makefile.ssl b/apps/Makefile.ssl index 82bca208bb..90e71dee76 100644 --- a/apps/Makefile.ssl +++ b/apps/Makefile.ssl @@ -87,6 +87,7 @@ all: exe exe: $(PROGRAM) req: sreq.o $(A_OBJ) $(DLIBCRYPTO) + LD_LIBRARY_PATH=..:$$LD_LIBRARY_PATH \ $(CC) -o req $(CFLAG) sreq.o $(A_OBJ) $(RAND_OBJ) $(PEX_LIBS) $(LIBCRYPTO) $(EX_LIBS) sreq.o: req.c -- 2.25.1