Fix no-deprecated
The no-deprecated build was failing because afalg was relying on a transitive include that does not exist in a no-deprecated build. Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
@@ -60,6 +60,7 @@
|
|||||||
|
|
||||||
#include <openssl/engine.h>
|
#include <openssl/engine.h>
|
||||||
#include <openssl/async.h>
|
#include <openssl/async.h>
|
||||||
|
#include <openssl/err.h>
|
||||||
|
|
||||||
#include <linux/version.h>
|
#include <linux/version.h>
|
||||||
#define K_MAJ 4
|
#define K_MAJ 4
|
||||||
|
|||||||
Reference in New Issue
Block a user