From: Gleb Fotengauer-Malinovskiy Date: Mon, 23 Jul 2018 18:00:00 +0000 (+0300) Subject: Fix perl tests and library name X-Git-Tag: v3.0.0~400 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=300c5372b29a3752256af69ee8f642970186b099;p=openssl-gost%2Fengine.git Fix perl tests and library name --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 76a7d79..bed388a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,7 +121,7 @@ add_library(gost_core STATIC ${GOST_LIB_SOURCE_FILES}) set_target_properties(gost_core PROPERTIES POSITION_INDEPENDENT_CODE ON) add_library(gost_engine MODULE ${GOST_ENGINE_SOURCE_FILES}) -set_target_properties(gost_engine PROPERTIES PREFIX "" OUTPUT_NAME "gost") +set_target_properties(gost_engine PROPERTIES PREFIX "" OUTPUT_NAME "libgost") target_link_libraries(gost_engine gost_core ${OPENSSL_CRYPTO_LIBRARY}) set(GOST_SUM_SOURCE_FILES diff --git a/test/00-engine.t b/test/00-engine.t index 9104ab0..adc78b5 100644 --- a/test/00-engine.t +++ b/test/00-engine.t @@ -40,7 +40,7 @@ if ( -f $engine . ".info") { $engine_info= <