1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-04-03 18:00:08 +03:00

change aligning

This commit is contained in:
Ilya Shipitsin 2021-08-08 17:15:11 +05:00
parent 0cdc748c83
commit 58b1653e83

View File

@ -43,7 +43,7 @@ unset(CMAKE_REQUIRED_INCLUDES)
unset(CMAKE_REQUIRED_LIBRARIES)
if(NOT HAVE_OPENSSL_EVP_PKEY)
message(FATAL_ERROR "required EVP_PKEY_get_raw_public_key() is not found in OpenSSL library")
message(FATAL_ERROR "Required EVP_PKEY_get_raw_public_key() is not found in OpenSSL library")
endif()
endif()