Skip to content

Commit

Permalink
Apply fix from AGWA#249
Browse files Browse the repository at this point in the history
  • Loading branch information
kLiHz authored Apr 13, 2023
2 parents 191a6da + c1cdc40 commit 47d20c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions crypto-openssl-10.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,15 @@
* as that of the covered work.
*/

#include <openssl/opensslconf.h>
#include <openssl/hmac.h>

#if !defined(OPENSSL_API_COMPAT)
#if defined(HMAC_cleanup)

#include "crypto.hpp"
#include "key.hpp"
#include "util.hpp"
#include <openssl/aes.h>
#include <openssl/sha.h>
#include <openssl/hmac.h>
#include <openssl/evp.h>
#include <openssl/rand.h>
#include <openssl/err.h>
Expand Down
5 changes: 2 additions & 3 deletions crypto-openssl-11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,15 @@
* as that of the covered work.
*/

#include <openssl/opensslconf.h>
#include <openssl/hmac.h>

#if defined(OPENSSL_API_COMPAT)
#if !defined(HMAC_cleanup)

#include "crypto.hpp"
#include "key.hpp"
#include "util.hpp"
#include <openssl/aes.h>
#include <openssl/sha.h>
#include <openssl/hmac.h>
#include <openssl/evp.h>
#include <openssl/rand.h>
#include <openssl/err.h>
Expand Down

0 comments on commit 47d20c3

Please sign in to comment.