mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 18:15:18 -07:00
parent
794ec886e7
commit
74a4496cc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user