Renamed PublicKey to CryptoKey in CMakeLists.txt
This commit is contained in:
parent
1587b21edd
commit
d9e5dbf165
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
cmake_minimum_required (VERSION 2.6)
|
cmake_minimum_required (VERSION 2.6)
|
||||||
project (MCServer)
|
project (MCServer)
|
||||||
|
|
||||||
@ -11,8 +10,8 @@ set(SOURCES
|
|||||||
BufferedSslContext.cpp
|
BufferedSslContext.cpp
|
||||||
CallbackSslContext.cpp
|
CallbackSslContext.cpp
|
||||||
CtrDrbgContext.cpp
|
CtrDrbgContext.cpp
|
||||||
|
CryptoKey.cpp
|
||||||
EntropyContext.cpp
|
EntropyContext.cpp
|
||||||
PublicKey.cpp
|
|
||||||
RsaPrivateKey.cpp
|
RsaPrivateKey.cpp
|
||||||
Sha1Checksum.cpp
|
Sha1Checksum.cpp
|
||||||
SslContext.cpp
|
SslContext.cpp
|
||||||
@ -26,8 +25,8 @@ set(HEADERS
|
|||||||
BufferedSslContext.h
|
BufferedSslContext.h
|
||||||
CallbackSslContext.h
|
CallbackSslContext.h
|
||||||
CtrDrbgContext.h
|
CtrDrbgContext.h
|
||||||
|
CryptoKey.h
|
||||||
EntropyContext.h
|
EntropyContext.h
|
||||||
PublicKey.h
|
|
||||||
RsaPrivateKey.h
|
RsaPrivateKey.h
|
||||||
SslContext.h
|
SslContext.h
|
||||||
Sha1Checksum.h
|
Sha1Checksum.h
|
||||||
|
Loading…
Reference in New Issue
Block a user