implementations.h doesn't need C++ guards

This commit is contained in:
Frank Denis 2017-06-27 16:18:55 +02:00
parent efd27c6489
commit 77b1d8eeb3

View File

@ -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