summaryrefslogtreecommitdiffstats
path: root/test/ssl_test.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-01-12 13:58:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2017-01-15 00:23:33 +0000
commit7289ab49d1c04cd9065429f75be028d7439d8248 (patch)
tree642f3ec926e5d82712b04364addffd81a4329df3 /test/ssl_test.c
parent7f5f35af223f9c1d641f46446f6bbf9d1493a9e6 (diff)
add ECDSA test server certificate
Reviewed-by: Emilia Käsper <emilia@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2224)
Diffstat (limited to 'test/ssl_test.c')
-rw-r--r--test/ssl_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ssl_test.c b/test/ssl_test.c
index af92aa13cf..0d0c35ecca 100644
--- a/test/ssl_test.c
+++ b/test/ssl_test.c
@@ -187,7 +187,7 @@ static int check_resumption(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
return 1;
}
-static int check_key_type(const char *name,int expected_key_type, int key_type)
+static int check_key_type(const char *name, int expected_key_type, int key_type)
{
if (expected_key_type == 0 || expected_key_type == key_type)
return 1;