diff options
Diffstat (limited to 'lib/random/sysrandom.h')
| -rw-r--r-- | lib/random/sysrandom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/random/sysrandom.h b/lib/random/sysrandom.h index d276be45..8acec5b7 100644 --- a/lib/random/sysrandom.h +++ b/lib/random/sysrandom.h @@ -11,5 +11,5 @@ static ssize_t getrandom(void *buf, size_t buflen, unsigned int flags) { // Use getrandom() #include <sys/random.h> #else - #error "Unsupported platform for secure random number generation" +#error "Unsupported platform for secure random number generation" #endif |
