mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-07 22:03:09 +00:00
tpm12: Replace include of engine.h with err.h
Fedora Rawhide and CentOS 10 do not support OpenSSL engine anymore. Therefore, replace include of engine.h with err.h since the engine is not needed anyway but we only need the prototype of ERR_get_error_line_data. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
07962448cf
commit
2bef6b6d64
@ -47,7 +47,7 @@
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/rand.h>
|
||||
#include <openssl/sha.h>
|
||||
#include <openssl/engine.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/rsa.h>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user