commit | 9f145de4dcfbbd2ae8649f4d9e0627e9f018f91b | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 04 15:03:50 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 04 15:03:50 2015 +0200 |
tree | 18bc792ffa2ebb18f7df22c5c5945bdca25ca5b5 | |
parent | e36d56419eb14f3ed0e42cac04d32fff8407aedc [diff] [blame] |
Fix merge issue from 1.3 branch
diff --git a/library/entropy_poll.c b/library/entropy_poll.c index aff52ba..ae3929a 100644 --- a/library/entropy_poll.c +++ b/library/entropy_poll.c
@@ -145,7 +145,7 @@ int ret; if( ( ret = getrandom_wrapper( output, len, 0 ) ) < 0 ) - return( POLARSSL_ERR_ENTROPY_SOURCE_FAILED ); + return( MBEDTLS_ERR_ENTROPY_SOURCE_FAILED ); *olen = ret; return( 0 );