summaryrefslogtreecommitdiff
path: root/OpenSSL/crypto/pkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL/crypto/pkey.c')
-rw-r--r--OpenSSL/crypto/pkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/crypto/pkey.c b/OpenSSL/crypto/pkey.c
index 711306d..b9472ec 100644
--- a/OpenSSL/crypto/pkey.c
+++ b/OpenSSL/crypto/pkey.c
@@ -127,7 +127,7 @@ crypto_PKey_check(crypto_PKeyObj *self, PyObject *args) {
if (self->only_public) {
PyErr_SetString(PyExc_TypeError, "public key only");
return NULL;
- }
+ }
if (self->pkey->type == EVP_PKEY_RSA) {
RSA *rsa;