mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
implementations.h doesn't need C++ guards
This commit is contained in:
@@ -1,19 +1,6 @@
|
|||||||
#ifndef implementations_H
|
#ifndef implementations_H
|
||||||
#define implementations_H
|
#define implementations_H
|
||||||
|
|
||||||
#include "export.h"
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
# ifdef __GNUC__
|
|
||||||
# pragma GCC diagnostic ignored "-Wlong-long"
|
|
||||||
# endif
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
int _crypto_pwhash_argon2_pick_best_implementation(void);
|
int _crypto_pwhash_argon2_pick_best_implementation(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user