From: Dr. Stephen Henson Date: Wed, 2 Dec 2009 14:25:40 +0000 (+0000) Subject: Check it actually compiles this time ;-) X-Git-Tag: OpenSSL-fips-2_0-rc1~1413 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ec7d16ffdd25ecb86f8acfb5b69e0f80fd2ab42a;p=oweals%2Fopenssl.git Check it actually compiles this time ;-) --- 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;