Check it actually compiles this time ;-)
authorDr. Stephen Henson <steve@openssl.org>
Wed, 2 Dec 2009 14:25:40 +0000 (14:25 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 2 Dec 2009 14:25:40 +0000 (14:25 +0000)
crypto/asn1/ameth_lib.c

index cd0e1f8fe542f2892a539f8add22cc7c2c0916cc..9a8b6cc22264f6f35ffef862e9d389ea1204f4db 100644 (file)
@@ -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;