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
Dmitry Baryshkov
nettle
Commits
bf34be55
Commit
bf34be55
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
e7442e18
Changes
1
Hide whitespace changes
Inline
Side-by-side
der2dsa.c
View file @
bf34be55
...
...
@@ -84,7 +84,7 @@ dsa_private_key_from_der_iterator(struct dsa_public_key *pub,
uint32_t
version
;
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
&&
asn1_der_get_uint32
(
i
,
&
version
)
&&
version
==
0
...
...
Write
Preview
Markdown
is supported
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