Unverified Commit 02eefb41 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3039 from msune/refix_pedantic_warnings

Problem: C++ style comments in header file breaks pedantic build
parents efc9efc4 c7d602a2
......@@ -52,9 +52,9 @@ typedef i64 gf[16];
extern "C" {
#endif
void randombytes (unsigned char *, unsigned long long);
// Do not call manually! Use random_close from random.hpp
/* Do not call manually! Use random_close from random.hpp */
int randombytes_close (void);
// Do not call manually! Use random_open from random.hpp
/* Do not call manually! Use random_open from random.hpp */
int sodium_init (void);
int crypto_box_keypair (u8 *y, u8 *x);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment