struggling a little with proper available algo detection
This commit is contained in:
@@ -14,6 +14,15 @@
|
||||
|
||||
#include <string>
|
||||
#include <filesystem>
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/objects.h>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <dpmdk/include/CommonModuleAPI.hpp>
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
|
||||
/**
|
||||
* @brief Gets the configured hash algorithm or defaults to SHA-256
|
||||
|
||||
Reference in New Issue
Block a user