From: Steinar H. Gunderson Date: Sun, 6 Feb 2005 13:25:53 +0000 (+0000) Subject: Link to -lcrypto instead of -lssl. X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=commitdiff_plain;h=5e973666e6687d55db330a3596c05ffd53da2b95 Link to -lcrypto instead of -lssl. --- 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