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
e442111e
Commit
e442111e
authored
Apr 02, 2014
by
Manuel Pégourié-Gonnard
Browse files
Fix typo which broke ENTROPY_FORCE_SHA256
parent
a27cd4c6
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/entropy.h
include/polarssl/entropy.h
+1
-1
No files found.
ChangeLog
View file @
e442111e
...
...
@@ -12,6 +12,8 @@ Bugfix
* Potential memory leak in mpi_exp_mod() when error occurs during
calculation of RR.
* 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).
= PolarSSL 1.3.5 released on 2014-03-26
Features
...
...
include/polarssl/entropy.h
View file @
e442111e
...
...
@@ -31,7 +31,7 @@
#include "config.h"
#if defined(POLARSSL_SHA512_C) && !defined(POLARSSL_
FORCE_
ENTROPY_SHA256)
#if defined(POLARSSL_SHA512_C) && !defined(POLARSSL_ENTROPY_
FORCE_
SHA256)
#include "sha512.h"
#define POLARSSL_ENTROPY_SHA512_ACCUMULATOR
#else
...
...
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