From 8c32ce830c36662f9aa22cc33422e497e695d8ea Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Fri, 26 Oct 2018 21:13:46 +0900 Subject: Indentation fix --- istream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'istream.c') diff --git a/istream.c b/istream.c index 4989a4f..74adac5 100644 --- a/istream.c +++ b/istream.c @@ -424,7 +424,7 @@ ssl_check_cert_ident(X509 * x, char *hostname) #if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) char *sn = ASN1_STRING_data(gn->d.ia5); #else - char *sn = ASN1_STRING_get0_data(gn->d.ia5); + char *sn = ASN1_STRING_get0_data(gn->d.ia5); #endif int sl = ASN1_STRING_length(gn->d.ia5); -- cgit v1.2.3