mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-11 10:15:03 +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. Add missing includes for evp.h and rsa.h. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
50973f8c8f
commit
ed6687523b
@ -47,7 +47,9 @@
|
||||
#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>
|
||||
|
||||
#include "tpm_cryptoh.h"
|
||||
#include "tpm_debug.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user