mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Disable old compatibility layer
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
#include "crypto_verify_32.h"
|
||||
#include "export.h"
|
||||
|
||||
#ifdef EXPORT_ORIGINAL_IMPLEMENTATIONS
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -304,3 +306,5 @@ crypto_stream_salsa20_ref_xor(unsigned char *c,
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user