The C++ IDE juCi++ should be installed.
sudo apt-get install libssl-dev
sudo pacman -S openssl
brew install openssl
git clone https://github.com/ntnu-tdat3020/openssl-example
cd openssl-example
juci .&
Choose Compile and Run in the Project menu.
In juCi++, open tests/crypto_test.cpp
, and choose Compile and Run in the Project menu.
First, if you have altered tests/crypto_test.cpp
, save it.
Then, in a terminal:
cd build
make
make test