Skip to content

Commit

Permalink
remove hmac.h, add core_names.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cps-b committed Nov 14, 2023
1 parent 7968653 commit 9799dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mococrw/openssl_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ extern "C" {
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/hmac.h>
#include <openssl/objects.h>
#include <openssl/pem.h>
#include <openssl/rand.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>
#include <openssl/core_names.h>
}

namespace mococrw
Expand Down

0 comments on commit 9799dcb

Please sign in to comment.