diff options
-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 666a8919..5584e874 100644 --- a/rpkid/ext/POW.c +++ b/rpkid/ext/POW.c @@ -3504,7 +3504,7 @@ static PyTypeObject x509_crltype = { /*========== x509 crl Code ==========*/ /*========== revoked Code ==========*/ -x509_revoked_object* x509_revoked_object_new(void) +static x509_revoked_object* x509_revoked_object_new(void) { x509_revoked_object *self = NULL; |