implementations.h doesn't need C++ guards
This commit is contained in:
parent
efd27c6489
commit
77b1d8eeb3
@ -1,19 +1,6 @@
|
||||
#ifndef 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);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user