Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Fuchs <andreas.fuchs@infineon.com>
  • Loading branch information
AndreasFuchsTPM committed May 2, 2024
1 parent 27b8b54 commit 505e885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tss2-fapi/fapi_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <openssl/opensslv.h> // for OPENSSL_VERSION_NUMBER
#include <openssl/pem.h> // for PEM_read_bio_PUBKEY, PEM_read_bio_P...
#include <openssl/rsa.h> // for EVP_PKEY_CTX_set_rsa_padding, EVP_P...
#include <openssl/types.h> // for EVP_PKEY, BIGNUM, BIO, EVP_PKEY_CTX
#include <openssl/x509.h> // for X509_free, X509_get_pubkey, d2i_X509
#include <stdbool.h> // for bool, false, true
#include <stdio.h> // for stderr
Expand All @@ -32,6 +31,7 @@
#include <openssl/core_names.h> // for OSSL_PKEY_PARAM_GROUP_NAME, OSSL_PK...
#include <openssl/param_build.h> // for OSSL_PARAM_BLD_free, OSSL_PARAM_BLD...
#include <openssl/params.h> // for OSSL_PARAM_free
#include <openssl/types.h> // for EVP_PKEY, BIGNUM, BIO, EVP_PKEY_CTX
#endif
#include <openssl/err.h> // for ERR_print_errors_fp

Expand Down

0 comments on commit 505e885

Please sign in to comment.