From 1a63b9f288b3ce5465cc65a9a47dcf35b223218d Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sat, 24 Sep 2016 12:07:21 +0200 Subject: [PATCH] Typo --- Modules/_ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_ssl.c b/Modules/_ssl.c index 4755c97d9573e4..b1988570604db1 100644 --- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -154,7 +154,7 @@ static int COMP_get_type(const COMP_METHOD *meth) { return meth->type; } -/* LCOV_EXCL_END */ +/* LCOV_EXCL_STOP */ #endif static pem_password_cb *SSL_CTX_get_default_passwd_cb(SSL_CTX *ctx)