diff options
author | Christian Heimes <christian@python.org> | 2016-09-24 10:07:30 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-24 10:07:30 (GMT) |
commit | 04133e7e2e88da4eb4ce7bb5e704a18be0484caa (patch) | |
tree | ede9af36811d144cb295bd064ed99d989f99ea7e /Modules | |
parent | 7713ef432bca85f7ade94e4065957903a4beab8e (diff) | |
parent | 1a63b9f288b3ce5465cc65a9a47dcf35b223218d (diff) | |
download | cpython-04133e7e2e88da4eb4ce7bb5e704a18be0484caa.zip cpython-04133e7e2e88da4eb4ce7bb5e704a18be0484caa.tar.gz cpython-04133e7e2e88da4eb4ce7bb5e704a18be0484caa.tar.bz2 |
Typo
Diffstat (limited to 'Modules')
-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) |