Fix typos in test5

This commit is contained in:
Mikhail Novosyolov 2019-12-08 11:45:34 +03:00
parent 454810a38f
commit 75ad3445f5

View file

@ -428,11 +428,11 @@ ldd ./test4 | grep -v '/libcrypto\.so\.%{libcrypto_sover}'
# (test 5) Check that flags from all *.pc are valid
# libtls is overlinking here, but check linking
_pcf pkg-config --libs --cflags libressl libressl-libssl libressl-libtls libressl-libcrypto
%__сс -o test5 %{SOURCE25} $nflags -lpthread -lz -ldl
%__cc -o test5 %{SOURCE25} $nflags -lpthread -lz -ldl
ldd ./test5
ldd ./test3 | grep '/libcrypto\.so\.%{libcrypto_sover}'
ldd ./test3 | grep '/libssl\.so\.%{libssl_sover}'
ldd ./test3 | grep '/libtls\.so\.%{libtls_sover}'
ldd ./test5 | grep '/libcrypto\.so\.%{libcrypto_sover}'
ldd ./test5 | grep '/libssl\.so\.%{libssl_sover}'
ldd ./test5 | grep '/libtls\.so\.%{libtls_sover}'
./test5 --threads 2
# (test 6) Check that gost12sum (from OpenSSL gost-engine) and LibreSSL give the same result
# This also simply checks that checksums by GOST do work