Moved Common HTTPS Initialization Logic in a common file

This commit is contained in:
Elia Zammuto
2021-05-11 23:38:45 +02:00
parent 04421d84a3
commit 27a1144217
6 changed files with 168 additions and 112 deletions

View File

@@ -134,6 +134,8 @@ set(SUNSHINE_TARGET_FILES
sunshine/crypto.h
sunshine/nvhttp.cpp
sunshine/nvhttp.h
sunshine/httpcommon.cpp
sunshine/httpcommon.h
sunshine/confighttp.cpp
sunshine/confighttp.h
sunshine/rtsp.cpp