Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
44e101be
Commit
44e101be
authored
Oct 12, 2009
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nettle/der2dsa.c
nettle/der2dsa.c
+1
-1
No files found.
nettle/der2dsa.c
View file @
44e101be
...
...
@@ -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