struggling a little with proper available algo detection

This commit is contained in:
Chris Punches
2025-03-16 02:02:13 -04:00
parent 5ec3c0ca83
commit 28555d5773
2 changed files with 72 additions and 31 deletions

View File

@@ -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