Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
mbedtls
Commits
5b8c409f
Commit
5b8c409f
authored
Mar 27, 2014
by
Manuel Pégourié-Gonnard
Browse files
Fix a warning (theoretical uninitialised variable)
parent
1827a6e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library/pkparse.c
library/pkparse.c
+1
-1
No files found.
library/pkparse.c
View file @
5b8c409f
...
...
@@ -355,7 +355,7 @@ static int pk_group_from_specified( const asn1_buf *params, ecp_group *grp )
*/
static
int
pk_group_id_from_group
(
const
ecp_group
*
grp
,
ecp_group_id
*
grp_id
)
{
int
ret
;
int
ret
=
0
;
ecp_group
ref
;
const
ecp_group_id
*
id
;
...
...
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