Commit c7d602a2 authored by Marc Sune's avatar Marc Sune Committed by Marc Sune

Problem: C++ style comments in header file breaks pedantic build

Solution: change missing comments in header file
Fixes: #3036 and adds on top of '15905c55'
parent efc9efc4
......@@ -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