diff options
Diffstat (limited to 'src/lib/libcrypto/crypto/getentropy_linux.c')
-rw-r--r-- | src/lib/libcrypto/crypto/getentropy_linux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/getentropy_linux.c b/src/lib/libcrypto/crypto/getentropy_linux.c index 05fb95c4bb..fb218feefa 100644 --- a/src/lib/libcrypto/crypto/getentropy_linux.c +++ b/src/lib/libcrypto/crypto/getentropy_linux.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: getentropy_linux.c,v 1.39 2015/06/13 02:33:58 bcook Exp $ */ | 1 | /* $OpenBSD: getentropy_linux.c,v 1.40 2015/08/25 17:26:43 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> | 4 | * Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> |
@@ -299,7 +299,7 @@ sysctlfailed: | |||
299 | } | 299 | } |
300 | #endif /* SYS__sysctl */ | 300 | #endif /* SYS__sysctl */ |
301 | 301 | ||
302 | static int cl[] = { | 302 | static const int cl[] = { |
303 | CLOCK_REALTIME, | 303 | CLOCK_REALTIME, |
304 | #ifdef CLOCK_MONOTONIC | 304 | #ifdef CLOCK_MONOTONIC |
305 | CLOCK_MONOTONIC, | 305 | CLOCK_MONOTONIC, |