mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Don't even try to compile non-minimal code
This commit is contained in:
@@ -12,6 +12,7 @@ sigabrt_handler_15(int sig)
|
||||
exit(0);
|
||||
}
|
||||
|
||||
# ifndef SODIUM_LIBRARY_MINIMAL
|
||||
static void
|
||||
sigabrt_handler_14(int sig)
|
||||
{
|
||||
@@ -33,6 +34,7 @@ sigabrt_handler_13(int sig)
|
||||
NULL, NULL) == -1);
|
||||
exit(1);
|
||||
}
|
||||
# endif
|
||||
|
||||
static void
|
||||
sigabrt_handler_12(int sig)
|
||||
|
||||
Reference in New Issue
Block a user