mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
message style
This commit is contained in:
parent
9eb8794149
commit
4e397d07ea
@ -16,7 +16,7 @@ export OPENSSL
|
||||
|
||||
error () {
|
||||
|
||||
echo "ERROR DURING TSA TESTS!!!!!!!!!!!!!!!!" >&2
|
||||
echo "TSA test failed!" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
@ -152,6 +152,7 @@ verify_time_stamp_response_fail () {
|
||||
-untrusted tsa_cert1.pem
|
||||
# Checks if the verification failed, as it should have.
|
||||
test $? == 0 && error
|
||||
echo Ok
|
||||
}
|
||||
|
||||
# main functions
|
||||
|
Loading…
Reference in New Issue
Block a user