diff options
Diffstat (limited to 'rpkid/ext/POW.c')
-rw-r--r-- | rpkid/ext/POW.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/ext/POW.c b/rpkid/ext/POW.c index 7ab7b0b4..56ce5fd8 100644 --- a/rpkid/ext/POW.c +++ b/rpkid/ext/POW.c @@ -7244,7 +7244,7 @@ pkcs10_object_pem_read_helper(PyTypeObject *type, BIO *bio) static PyObject * pkcs10_object_der_read_helper(PyTypeObject *type, BIO *bio) { - pkcs10_object *self; + pkcs10_object *self = NULL; ENTERING(pkcs10_object_der_read_helper); |