From 5e973666e6687d55db330a3596c05ffd53da2b95 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 6 Feb 2005 13:25:53 +0000 Subject: [PATCH] Link to -lcrypto instead of -lssl. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d55b2b..32a6404 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=gcc CFLAGS=-g -Wall -LIBS=-lssl +LIBS=-lcrypto all: rdpsrv protodiff OBJS=rdpsrv.o iso.o tcp.o util.o mcs.o secure.o channels.o rdp.o licence.o rdp5.o -- 2.39.2