Skip to content

Commit

Permalink
Fix openssl3 md5 deprecation warning
Browse files Browse the repository at this point in the history
Patch by: michaelortmann
  • Loading branch information
michaelortmann committed May 20, 2023
1 parent 1916503 commit b3bbab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/md5/md5.h
Expand Up @@ -28,7 +28,7 @@

#include "src/main.h"

#ifdef HAVE_OPENSSL_MD5
#if (OPENSSL_VERSION_NUMBER < 0x30000000L) && defined(HAVE_OPENSSL_MD5)
# include <openssl/md5.h>
#else

Expand Down

0 comments on commit b3bbab4

Please sign in to comment.