]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x509/x_pubkey.c
X509: add more error codes on malloc or sk_TYP_push failure
[thirdparty/openssl.git] / crypto / x509 / x_pubkey.c
index 73977cd8c0f15f894b24abb92fd60761f43d6b1c..86162975c81407aced68d0317e7e08731e85f912 100644 (file)
@@ -101,7 +101,7 @@ int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey)
 
 
 static int x509_pubkey_decode(EVP_PKEY **ppkey, X509_PUBKEY *key)
-    {
+{
     EVP_PKEY *pkey = EVP_PKEY_new();
 
     if (pkey == NULL) {