ci: Add OpenSSL to Jenkins' dependencies
Change-Id: Ia17bb38ac57b6cdc1cffa516ee058c8a43235162
diff --git a/.jenkins.d/01-dependencies.sh b/.jenkins.d/01-dependencies.sh
index 687cea3..d661122 100755
--- a/.jenkins.d/01-dependencies.sh
+++ b/.jenkins.d/01-dependencies.sh
@@ -9,7 +9,7 @@
set -x
brew update
brew upgrade
- brew install boost pkg-config sqlite cryptopp log4cxx protobuf
+ brew install boost pkg-config sqlite cryptopp log4cxx protobuf openssl
brew cleanup
fi
@@ -23,5 +23,5 @@
sudo apt-get update -qq -y
sudo apt-get -qq -y install build-essential pkg-config $BOOST_PKG \
libcrypto++-dev libsqlite3-dev \
- liblog4cxx10-dev protobuf-compiler libprotobuf-dev
+ liblog4cxx10-dev protobuf-compiler libprotobuf-dev libssl-dev
fi