Skip to content

Commit

Permalink
ssl: Fix missing file in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
sconemad committed Aug 30, 2019
1 parent 0cb6557 commit fb5eebb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ssl/CMakeLists.txt
Expand Up @@ -4,12 +4,14 @@ include(../sconeserver.cmake)
include(FindOpenSSL) include(FindOpenSSL)


set(SRCS set(SRCS
CryptoDigests.cpp
openssl-compat.c openssl-compat.c
SSLChannel.cpp SSLChannel.cpp
SSLModule.cpp SSLModule.cpp
SSLStream.cpp) SSLStream.cpp)


set(HDRS set(HDRS
CryptoDigests.h
openssl-compat.h openssl-compat.h
SSLChannel.h SSLChannel.h
SSLModule.h SSLModule.h
Expand Down

0 comments on commit fb5eebb

Please sign in to comment.