summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-12-02 14:25:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-12-02 14:25:55 +0000
commit50f06b46f44fa748b8ca31d4acfebdd641ef33e8 (patch)
treea3bd252710118ce749e2faab9be762b56346eea0 /crypto/asn1
parentbe6076c0adfbef106a1fcb034b1fae4601cba0e7 (diff)
Check it actually compiles this time ;-)
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/ameth_lib.c4
1 files 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;