diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2004-04-25 14:46:39 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2004-04-25 14:46:39 +0200 |
commit | f3f52d7f45967af4f70045921dfa12e6faedcc92 (patch) | |
tree | 56551b0a5bd66f91ddaee8b0345dcc77bf737f67 /crypto/asn1/tasn_dec.c | |
parent | Reformat/tidy some of the ASN1 code. (diff) | |
download | openssl-f3f52d7f45967af4f70045921dfa12e6faedcc92.tar.xz openssl-f3f52d7f45967af4f70045921dfa12e6faedcc92.zip |
More ASN1 reformat/tidy.
Diffstat (limited to 'crypto/asn1/tasn_dec.c')
-rw-r--r-- | crypto/asn1/tasn_dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/tasn_dec.c b/crypto/asn1/tasn_dec.c index e5df7698cf..43e1db0f76 100644 --- a/crypto/asn1/tasn_dec.c +++ b/crypto/asn1/tasn_dec.c @@ -312,7 +312,7 @@ int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, /* CHOICE type, try each possibility in turn */ pchval = NULL; p = *in; - for(i = 0, tt=it->templates; i < it->tcount; i++, tt++) + for (i = 0, tt=it->templates; i < it->tcount; i++, tt++) { pchptr = asn1_get_field_ptr(pval, tt); /* We mark field as OPTIONAL so its absence |