From 2e1f4152564de012478ee3c7eaf2c0a770210441 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 4 Feb 2011 09:26:48 +0000 Subject: [PATCH] Added patch from T. Ribbock SVN revision: 2382 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 939ac7ae..b15ac320 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,10 @@ INSTALL = /usr/ucb/install RM = /usr/bin/rm -f endif +ifeq ($(OSTYPE),OpenBSD) +LIBS += -lcrypto +endif + ifeq ($(OSTYPE),Darwin) OSTYPE=darwin endif