mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
Fixed warning in ssl module
This commit is contained in:
parent
2518b25578
commit
a63f268351
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ _get_peer_alt_names (X509 *certificate) {
|
||||||
char buf[2048];
|
char buf[2048];
|
||||||
char *vptr;
|
char *vptr;
|
||||||
int len;
|
int len;
|
||||||
unsigned char *p;
|
const unsigned char *p;
|
||||||
|
|
||||||
if (certificate == NULL)
|
if (certificate == NULL)
|
||||||
return peer_alt_names;
|
return peer_alt_names;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue