Disable old compatibility layer

This commit is contained in:
Frank Denis
2014-05-13 00:20:07 -07:00
parent cdd79653f3
commit 3026bd69f9
+4
View File
@@ -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