summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/x509/privkey_pkcs8.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/x509/privkey_pkcs8.c b/lib/x509/privkey_pkcs8.c
index b8d9b80a7f..dea9a5482c 100644
--- a/lib/x509/privkey_pkcs8.c
+++ b/lib/x509/privkey_pkcs8.c
@@ -939,6 +939,7 @@ _decode_pkcs8_rsa_key(ASN1_TYPE pkcs8_asn, gnutls_x509_privkey_t pkey)
_gnutls_free_key_datum(&tmp);
if (pkey->key == NULL) {
+ ret = GNUTLS_E_PK_INVALID_PRIVKEY;
gnutls_assert();
goto error;
}