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
887aa5b3
Commit
887aa5b3
authored
Apr 04, 2014
by
Manuel Pégourié-Gonnard
Browse files
Fix include path in ecdsa.h
parent
e442111e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ChangeLog
ChangeLog
+2
-0
include/polarssl/ecdsa.h
include/polarssl/ecdsa.h
+1
-1
No files found.
ChangeLog
View file @
887aa5b3
...
...
@@ -14,6 +14,8 @@ Bugfix
* Fixed malloc/free default #define in platform.c (found by Gergely Budai).
* Fixed type which made POLARSSL_ENTROPY_FORCE_SHA256 uneffective (found by
Gergely Budai).
* Fix #include path in ecdsa.h which wasn't accepted by some compilers.
(found by Gergely Budai)
= PolarSSL 1.3.5 released on 2014-03-26
Features
...
...
include/polarssl/ecdsa.h
View file @
887aa5b3
...
...
@@ -30,7 +30,7 @@
#include "ecp.h"
#if defined(POLARSSL_ECDSA_DETERMINISTIC)
#include "
polarssl/
md.h"
#include "md.h"
#endif
/**
...
...
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