diff options
Diffstat (limited to '')
-rwxr-xr-x | src/regress/usr.bin/openssl/appstest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/usr.bin/openssl/appstest.sh b/src/regress/usr.bin/openssl/appstest.sh index ae93fd22df..500fae0251 100755 --- a/src/regress/usr.bin/openssl/appstest.sh +++ b/src/regress/usr.bin/openssl/appstest.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # | 2 | # |
3 | # $OpenBSD: appstest.sh,v 1.59 2024/01/12 11:24:02 job Exp $ | 3 | # $OpenBSD: appstest.sh,v 1.60 2024/01/12 13:16:48 tb Exp $ |
4 | # | 4 | # |
5 | # Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org> | 5 | # Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org> |
6 | # | 6 | # |
@@ -849,7 +849,7 @@ __EOF__ | |||
849 | -force_pubkey $server_dir/testpubkey.pem | 849 | -force_pubkey $server_dir/testpubkey.pem |
850 | > $revoke_cert.log 2>&1 | 850 | > $revoke_cert.log 2>&1 |
851 | check_exit_status $? | 851 | check_exit_status $? |
852 | 852 | ||
853 | start_message "x509 ... check if csr#2 cert has proper issuer & subject" | 853 | start_message "x509 ... check if csr#2 cert has proper issuer & subject" |
854 | if [ "$($openssl_bin x509 -in $revoke_cert -issuer -noout)" != \ | 854 | if [ "$($openssl_bin x509 -in $revoke_cert -issuer -noout)" != \ |
855 | "issuer= /CN=issuer" ]; then | 855 | "issuer= /CN=issuer" ]; then |