conflicting with the system's openssl symbols with the same names. This was causing SSL connections to fail in weird ways on Debian. Fixes #4130.
4 lines
71 B
CMake
4 lines
71 B
CMake
cmake_minimum_required(VERSION 2.6)
|
|
|
|
add_library(sha2 STATIC sha2.cpp)
|