Jan_31_2024-Dev

This commit is contained in:
Ned Wright
2024-01-31 17:34:53 +00:00
parent 752a5785f0
commit 6d67818a94
376 changed files with 8101 additions and 7064 deletions

0
core/encryptor/cpnano_base64/base64.cc Executable file → Normal file
View File

0
core/encryptor/cpnano_base64/base64.h Executable file → Normal file
View File

0
core/encryptor/cpnano_base64/cpnano_base64.cc Executable file → Normal file
View File

View File

@@ -3,5 +3,5 @@ link_directories(${BOOST_ROOT}/lib)
add_unit_test(
encryptor_ut
"encryptor_ut.cc"
"encryptor;config;singleton;metric;event_is;-lboost_context;-lboost_regex;-lresolv;-lcrypto"
"encryptor;messaging;config;singleton;metric;event_is;-lboost_context;-lboost_regex;-lresolv;-lcrypto"
)