Added patch from T. Ribbock

SVN revision: 2382
This commit is contained in:
Stefan Ritt 2011-02-04 09:26:48 +00:00
parent 80f0e81c93
commit 2e1f415256

View File

@ -53,6 +53,10 @@ INSTALL = /usr/ucb/install
RM = /usr/bin/rm -f RM = /usr/bin/rm -f
endif endif
ifeq ($(OSTYPE),OpenBSD)
LIBS += -lcrypto
endif
ifeq ($(OSTYPE),Darwin) ifeq ($(OSTYPE),Darwin)
OSTYPE=darwin OSTYPE=darwin
endif endif