Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
44e101be
Commit
44e101be
authored
Oct 12, 2009
by
Niels Möller
Browse files
Fixed typo preventing compilation of dsa_private_key_from_der_iterator.
Rev: nettle/der2dsa.c:1.2
parent
0b5e2235
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle/der2dsa.c
View file @
44e101be
...
@@ -84,7 +84,7 @@ dsa_private_key_from_der_iterator(struct dsa_public_key *pub,
...
@@ -84,7 +84,7 @@ dsa_private_key_from_der_iterator(struct dsa_public_key *pub,
uint32_t
version
;
uint32_t
version
;
return
(
i
->
type
==
ASN1_SEQUENCE
return
(
i
->
type
==
ASN1_SEQUENCE
asn1_der_decode_constructed_last
(
i
)
==
ASN1_ITERATOR_PRIMITIVE
&&
asn1_der_decode_constructed_last
(
i
)
==
ASN1_ITERATOR_PRIMITIVE
&&
i
->
type
==
ASN1_INTEGER
&&
i
->
type
==
ASN1_INTEGER
&&
asn1_der_get_uint32
(
i
,
&
version
)
&&
asn1_der_get_uint32
(
i
,
&
version
)
&&
version
==
0
&&
version
==
0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment