updated build system
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Scott E. Graves 2024-10-11 18:03:30 -05:00
parent 88718de96e
commit 5440dd3dac
2 changed files with 5 additions and 1 deletions

View File

@ -165,6 +165,10 @@ extern "C" {
#endif // defined(__cplusplus)
#endif // defined(PROJECT_ENABLE_FZF)
#if defined(PROJECT_ENABLE_OPENSSL)
#include "openssl/ssl.h"
#endif // defined(PROJECT_ENABLE_OPENSSL)
#if defined(PROJECT_ENABLE_LIBDSM)
#if defined(__cplusplus)
extern "C" {

View File

@ -36,7 +36,7 @@ auto smb_directory::open(std::string_view host, std::string_view user,
try {
smb_session_t session{
smb_session_new(),
smb_session_deleter(),
smb_session_deleter,
};
netbios_ns_t ns{
netbios_ns_new(),