ci: Add missing installation of openssl dependency
Change-Id: I8c515a87a2c70236214bc88e019b7f3a7bea7ebd
Refs: #3643
diff --git a/.jenkins.d/00-deps.sh b/.jenkins.d/00-deps.sh
index d50857c..c07798a 100755
--- a/.jenkins.d/00-deps.sh
+++ b/.jenkins.d/00-deps.sh
@@ -12,7 +12,7 @@
set -x
brew update
brew upgrade
- brew install boost pkg-config cryptopp $EXTRA_FLAGS
+ brew install boost pkg-config cryptopp openssl $EXTRA_FLAGS
brew link --force openssl
brew cleanup
fi
@@ -21,5 +21,5 @@
set -x
sudo apt-get -qq update
sudo apt-get -qq install build-essential pkg-config libboost-all-dev \
- libcrypto++-dev libsqlite3-dev
+ libcrypto++-dev libsqlite3-dev libssl-dev
fi