Skip to content

Commit

Permalink
Fix --disable-tls breakage from pbkdf2 tcl
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann authored Jul 7, 2024
1 parent 6649e8d commit 2cb8864
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/mod/pbkdf2.mod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ distclean: clean
../../../src/compat/compat.h ../../../src/compat/base64.h \
../../../src/compat/inet_aton.h ../../../src/compat/snprintf.h \
../../../src/compat/explicit_bzero.h ../../../src/compat/strlcpy.h \
../../../src/mod/modvals.h ../../../src/tandem.h
../../../src/mod/modvals.h ../../../src/tandem.h \
.././pbkdf2.mod/tclpbkdf2.c
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 "tclpbkdf2.c"

#define MODULE_NAME "encryption2"

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

0 comments on commit 2cb8864

Please sign in to comment.