diff options
Diffstat (limited to 'Modules/_hashopenssl.c')
-rw-r--r-- | Modules/_hashopenssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_hashopenssl.c b/Modules/_hashopenssl.c index 887de55..9f550a6 100644 --- a/Modules/_hashopenssl.c +++ b/Modules/_hashopenssl.c @@ -559,7 +559,7 @@ static struct PyMethodDef EVP_functions[] = { CONSTRUCTOR_METH_DEF(sha384), CONSTRUCTOR_METH_DEF(sha512), #endif - {NULL, NULL} /* Sentinel */ + {NULL, NULL} /* Sentinel */ }; |