提交 a87e50a9 编写于 作者: B Bodo Möller

'char' argument to islower must be converted to 'unsigned char'

上级 b62a0c4c
......@@ -87,7 +87,7 @@ void show_ciphers(const OBJ_NAME *name,void *bio_)
BIO *bio=bio_;
static int n;
if(!islower(*name->name))
if(!islower((unsigned char)*name->name))
return;
BIO_printf(bio,"-%-25s",name->name);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册