summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-12-02 14:25:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-12-02 14:25:40 +0000
commitec7d16ffdd25ecb86f8acfb5b69e0f80fd2ab42a (patch)
tree46e8cbb27852c39fa17cea4d1e912b03713f4c6a /crypto/asn1
parent5656f33cea22cc6be6d1ceac2a3807e9562bc90e (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;