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 e439d54 commit 27b8b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tss2-esys/esys_crypto_ossl.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <openssl/opensslv.h> // for OPENSSL_VERSION_NUMBER
#include <openssl/rand.h> // for RAND_bytes_ex
#include <openssl/rsa.h> // for EVP_PKEY_CTX_set0_rsa_oaep_label
#include <openssl/types.h> // for BIGNUM, EVP_CIPHER, EVP_CIPHER_CTX
#include <stdlib.h> // for calloc
#include <string.h> // for memset, strlen
#if OPENSSL_VERSION_NUMBER < 0x30000000L
Expand All @@ -26,6 +25,7 @@
#include <openssl/core_names.h> // for OSSL_PKEY_PARAM_EC_PUB_X, OSSL_PKEY...
#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 BIGNUM, EVP_CIPHER, EVP_CIPHER_CTX
#endif
#include "esys_crypto.h" // for iesys_crypto_hash_get_digest_size
#include "esys_crypto_ossl.h"
Expand Down

0 comments on commit 27b8b54

Please sign in to comment.