diff options
Diffstat (limited to 'Modules/_ssl.c')
-rw-r--r-- | Modules/_ssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ssl.c b/Modules/_ssl.c index 4755c97..b198857 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) |