mirror of
https://abf.rosa.ru/djam/libressl.git
synced 2025-02-23 16:12:53 +00:00
Fix typos in test5
This commit is contained in:
parent
454810a38f
commit
75ad3445f5
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue