From 50f06b46f44fa748b8ca31d4acfebdd641ef33e8 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 2 Dec 2009 14:25:55 +0000 Subject: [PATCH] Check it actually compiles this time ;-) --- crypto/asn1/ameth_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/asn1/ameth_lib.c b/crypto/asn1/ameth_lib.c index cd0e1f8fe5..9a8b6cc222 100644 --- a/crypto/asn1/ameth_lib.c +++ b/crypto/asn1/ameth_lib.c @@ -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; -- 2.34.1