From 812f9112a5df76f5b8db347d85f8cc979e8ac654 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 30 Sep 2014 09:05:05 -0500 Subject: [PATCH] Fix reference to libressl in makefile on OpenBSD --- build/Makefile.openbsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.openbsd b/build/Makefile.openbsd index 8d72e3e0a0..a2213a76f7 100644 --- a/build/Makefile.openbsd +++ b/build/Makefile.openbsd @@ -36,7 +36,7 @@ clean: has-git: @git --version || PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/ pkg_add -r git -deps: libedit libressl curl +deps: libedit openssl curl @PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/ pkg_add -r $(PKG) openssl: openssl-$(OPENSSL)/.done