This website requires JavaScript.
Explore
Help
Sign In
Funkwhale
/
Clementine-audio-player-Mac-Linux-Windows
mirror of
https://github.com/clementine-player/Clementine
Watch
1
Star
0
Fork
You've already forked Clementine-audio-player-Mac-Linux-Windows
0
Code
Issues
Releases
Wiki
Activity
23645f9fea
Clementine-audio-player-Mac...
/
3rdparty
/
sha2
/
CMakeLists.txt
4 lines
71 B
CMake
Raw
Normal View
History
Unescape
Escape
Add sha256 and hmac-sha256 functions
2011-07-23 20:33:00 +02:00
cmake_minimum_required
(
VERSION
2.6
)
Namespace clementine's 3rdparty implementation of sha2 to prevent its symbols 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.
2014-02-02 10:21:31 +01:00
add_library
(
sha2
STATIC
sha2.cpp
)