Browse Source

implementations.h doesn't need C++ guards

next
Frank Denis 7 years ago
parent
commit
77b1d8eeb3
  1. 13
      src/libsodium/include/sodium/private/implementations.h

13
src/libsodium/include/sodium/private/implementations.h

@ -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…
Cancel
Save