Skip to content

Commit

Permalink
Fix --disable-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Jul 7, 2024
1 parent 6649e8d commit 82180bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mod/pbkdf2.mod/pbkdf2.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
*/

#include "src/mod/module.h"
#include "src/mod/pbkdf2.mod/tclpbkdf2.c"

#if OPENSSL_VERSION_NUMBER >= 0x1000000fL /* 1.0.0 */
#include "src/mod/pbkdf2.mod/tclpbkdf2.c"

#define MODULE_NAME "encryption2"

#include <resolv.h> /* base64 encode b64_ntop() and base64 decode b64_pton() */
Expand Down

0 comments on commit 82180bf

Please sign in to comment.