mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Fix small typo
In test/ssl_test, parsing ExpectedClientSignHash ended up in the expected_server_sign_hash field. Reviewed-by: Stephen Henson <steve@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2289)
This commit is contained in:
parent
b1531d8e6c
commit
4bb0b4381e
@ -509,7 +509,7 @@ __owur static int parse_expected_server_sign_hash(SSL_TEST_CTX *test_ctx,
|
||||
__owur static int parse_expected_client_sign_hash(SSL_TEST_CTX *test_ctx,
|
||||
const char *value)
|
||||
{
|
||||
return parse_expected_sign_hash(&test_ctx->expected_server_sign_hash,
|
||||
return parse_expected_sign_hash(&test_ctx->expected_client_sign_hash,
|
||||
value);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user