mirror of https://github.com/python/cpython
Fixed warning in ssl module
This commit is contained in:
parent
2518b25578
commit
a63f268351
|
@ -660,7 +660,7 @@ _get_peer_alt_names (X509 *certificate) {
|
|||
char buf[2048];
|
||||
char *vptr;
|
||||
int len;
|
||||
unsigned char *p;
|
||||
const unsigned char *p;
|
||||
|
||||
if (certificate == NULL)
|
||||
return peer_alt_names;
|
||||
|
|
Loading…
Reference in New Issue