mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 20:31:40 +03:00
Silence deprecation warnings
This commit is contained in:
parent
e4235f63db
commit
4ba1e105e4
@ -5,6 +5,8 @@
|
|||||||
#include "all.h"
|
#include "all.h"
|
||||||
#include "../pit.h"
|
#include "../pit.h"
|
||||||
|
|
||||||
|
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||||
|
|
||||||
#include <openssl/aes.h>
|
#include <openssl/aes.h>
|
||||||
|
|
||||||
/* declarations
|
/* declarations
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
#include "all.h"
|
#include "all.h"
|
||||||
#include "../pit.h"
|
#include "../pit.h"
|
||||||
|
|
||||||
|
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||||
|
|
||||||
#include <openssl/sha.h>
|
#include <openssl/sha.h>
|
||||||
|
|
||||||
/* functions
|
/* functions
|
||||||
|
Loading…
Reference in New Issue
Block a user