Ignore internal warnings about deprecated aes128 functions
This commit is contained in:
parent
8283283498
commit
9d2e216c5b
@ -1,6 +1,10 @@
|
|||||||
|
|
||||||
#include "crypto_stream_aes128ctr.h"
|
#include "crypto_stream_aes128ctr.h"
|
||||||
|
|
||||||
|
#ifdef __GNUC__
|
||||||
|
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||||
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
crypto_stream_aes128ctr(unsigned char *out, unsigned long long outlen,
|
crypto_stream_aes128ctr(unsigned char *out, unsigned long long outlen,
|
||||||
const unsigned char *n, const unsigned char *k)
|
const unsigned char *n, const unsigned char *k)
|
||||||
|
Loading…
Reference in New Issue
Block a user