0
0
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:
Luca Boccassi 2018-04-03 22:31:26 +01:00 committed by GitHub
commit 02eefb41ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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