Skip to content

Commit

Permalink
Merge pull request #399 from neilcook/openssl
Browse files Browse the repository at this point in the history
Use OpenSSL crypto instead of libsodium when libsodium isn't available
  • Loading branch information
neilcook authored Jul 28, 2023
2 parents 9dacda8 + 0be7952 commit ed6d660
Show file tree
Hide file tree
Showing 6 changed files with 279 additions and 169 deletions.
2 changes: 1 addition & 1 deletion common/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AM_LDFLAGS = \
noinst_LTLIBRARIES=libweakforce.la
libweakforce_la_LIBADD=$(EXT_LIBS) $(JSON11_LIBS) $(BOOST_FILESYSTEM_LIBS) $(BOOST_SYSTEM_LIBS) \
$(GEOIP_LIBS) $(MMDB_LIBS) $(LIBPROMETHEUS_LIBS) $(LIBDROGON_LIBS) \
$(LIBJSONCPP_LIBS) $(LIBZ_LIBS) $(LIBCURL) $(LIBSSL_LIBS)
$(LIBJSONCPP_LIBS) $(LIBZ_LIBS) $(LIBCURL) $(LIBSSL_LIBS) $(LIBCRYPTO_LIBS)
libweakforce_la_SOURCES= \
base64.hh \
dns_lookup.cc dns_lookup.hh \
Expand Down
Loading

0 comments on commit ed6d660

Please sign in to comment.