ci+docs: remove all references to cryptopp/crypto++
Also update COPYING
refs: #3946
Change-Id: I87ded823f806857bb27079648e51619bb9dde6bc
diff --git a/.jenkins.d/00-deps.sh b/.jenkins.d/00-deps.sh
index 6038165..7ca660f 100755
--- a/.jenkins.d/00-deps.sh
+++ b/.jenkins.d/00-deps.sh
@@ -7,7 +7,7 @@
set -x
if has OSX $NODE_LABELS; then
- FORMULAE=(boost pkg-config cryptopp log4cxx openssl)
+ FORMULAE=(boost pkg-config log4cxx openssl)
brew update
if [[ -n $TRAVIS ]]; then
# travis images come with a large number of brew packages
@@ -26,8 +26,7 @@
if has Ubuntu $NODE_LABELS; then
sudo apt-get -qq update
sudo apt-get -qy install build-essential pkg-config libboost-all-dev \
- libcrypto++-dev libsqlite3-dev libssl-dev \
- liblog4cxx10-dev
+ libsqlite3-dev libssl-dev liblog4cxx10-dev
if [[ $JOB_NAME == *"code-coverage" ]]; then
sudo apt-get -qy install lcov libgd-perl python-setuptools