projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be6076c
)
Check it actually compiles this time ;-)
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 2 Dec 2009 14:25:55 +0000
(14:25 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 2 Dec 2009 14:25:55 +0000
(14:25 +0000)
crypto/asn1/ameth_lib.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/ameth_lib.c
b/crypto/asn1/ameth_lib.c
index cd0e1f8fe542f2892a539f8add22cc7c2c0916cc..9a8b6cc22264f6f35ffef862e9d389ea1204f4db 100644
(file)
--- 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;