Skip to content

Commit de93c49

Browse files
Fix indent
1 parent 89b1a8c commit de93c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tls.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ void verify_cert_expiry(int idx) {
131131
}
132132
}
133133
#if OPENSSL_VERSION_NUMBER < 0x10002000L /* 1.0.2 */
134-
X509_free(x509);
135-
BIO_free(bio);
134+
X509_free(x509);
135+
BIO_free(bio);
136136
#endif
137137
}
138138
}

0 commit comments

Comments
 (0)