1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Remove include that is no longer needed

This commit is contained in:
Manuel Pégourié-Gonnard
2015-05-29 10:23:32 +02:00
parent 864108daab
commit f8b6fdedd9

View File

@ -77,7 +77,6 @@ int mbedtls_platform_entropy_poll( void *data, unsigned char *output, size_t len
* available in GNU libc and compatible libc's (eg uClibc).
*/
#if defined(__linux__) && defined(__GLIBC__)
#include <linux/version.h>
#include <unistd.h>
#include <sys/syscall.h>
#if defined(SYS_getrandom)