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
24083d61
Commit
24083d61
authored
May 12, 2015
by
Manuel Pégourié-Gonnard
Browse files
Fix bug in certs.c
Revealed by the recent PEM changes
parent
ec4b0895
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
library/certs.c
library/certs.c
+2
-2
No files found.
library/certs.c
View file @
24083d61
...
...
@@ -319,10 +319,10 @@ const char * mbedtls_test_cas[] = {
};
const
size_t
mbedtls_test_cas_len
[]
=
{
#if defined(MBEDTLS_RSA_C)
sizeof
(
mbedtls_test_ca_crt_rsa
_len
),
sizeof
(
mbedtls_test_ca_crt_rsa
),
#endif
#if defined(MBEDTLS_ECDSA_C)
sizeof
(
mbedtls_test_ca_crt_ec
_len
),
sizeof
(
mbedtls_test_ca_crt_ec
),
#endif
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