0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 09:47:56 +08:00

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

Solution: change missing comments in header file
Fixes: #3036 and adds on top of '15905c5'
This commit is contained in:
Marc Sune 2018-04-03 22:54:38 +02:00 committed by Marc Sune
parent efc9efc42f
commit c7d602a29b

View File

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