Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
fokkonaut committed Jul 2, 2024
1 parent c3f5d68 commit 78f74f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/base/hash_openssl.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#if defined(CONF_OPENSSL)
#include "hash_ctxt.h"

#ifdef __GNUC__
// EVP requires heap allocations, let's postpone the replacement for now
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif

void sha256_init(SHA256_CTX *ctxt)
{
SHA256_Init(ctxt);
Expand Down

0 comments on commit 78f74f6

Please sign in to comment.