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