mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
@@ -2,7 +2,7 @@
|
||||
#ifndef sodium_export_H
|
||||
#define sodium_export_H
|
||||
|
||||
#if !defined(__clang__) && !defined(__GNUC__)
|
||||
#if !defined(__clang__) && !defined(__GNUC__) && !defined(__SUNPRO_C)
|
||||
# ifdef __attribute__
|
||||
# undef __attribute__
|
||||
# endif
|
||||
|
||||
@@ -196,7 +196,7 @@ xor_buf(unsigned char *out, const unsigned char *in, size_t n)
|
||||
}
|
||||
}
|
||||
|
||||
#if !defined(__clang__) && !defined(__GNUC__)
|
||||
#if !defined(__clang__) && !defined(__GNUC__) && !defined(__SUNPRO_C)
|
||||
# ifdef __attribute__
|
||||
# undef __attribute__
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user