]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/qat/qat_sym_session.c
net/tap: set BPF syscall ID for RISC-V
[dpdk.git] / drivers / crypto / qat / qat_sym_session.c
index 3a880096c4c65d942f8b49a1ee96f2c9d577a0c8..737a1808107c8e9cf24122321b810dc38ef5f331 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright(c) 2015-2022 Intel Corporation
  */
 
+#define OPENSSL_API_COMPAT 0x10100000L
+
 #include <openssl/sha.h>       /* Needed to calculate pre-compute values */
 #include <openssl/aes.h>       /* Needed to calculate pre-compute values */
 #include <openssl/md5.h>       /* Needed to calculate pre-compute values */
@@ -20,7 +22,7 @@
 
 #include "qat_logs.h"
 #include "qat_sym_session.h"
-#include "qat_sym_pmd.h"
+#include "qat_sym.h"
 
 /* SHA1 - 20 bytes - Initialiser state can be found in FIPS stds 180-2 */
 static const uint8_t sha1InitialState[] = {