mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
gcc on FreeBSD can produce bogus code for isspace
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
#include "private/common.h"
|
||||
#include "utils.h"
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
/* gcc on FreeBSD can generate a bogus isspace implementation */
|
||||
# undef isspace
|
||||
#endif
|
||||
|
||||
/* Derived from original code by CodesInChaos */
|
||||
char *
|
||||
sodium_bin2hex(char *const hex, const size_t hex_maxlen,
|
||||
|
||||
Reference in New Issue
Block a user