mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 01:37:56 +08:00
Merge pull request #3039 from msune/refix_pedantic_warnings
Problem: C++ style comments in header file breaks pedantic build
This commit is contained in:
commit
02eefb41ad
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user