Commit ec7d16ff authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Check it actually compiles this time ;-)

parent 5656f33c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,
			goto err;
		}
	else
		ameth->info = NULL
		ameth->info = NULL;

	if (pem_str)
		{
@@ -311,7 +311,7 @@ EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,
			goto err;
		}
	else
		ameth->pem_str = NULL
		ameth->pem_str = NULL;

	ameth->pub_decode = 0;
	ameth->pub_encode = 0;