pupes-message/client/flow_help.h
2025-05-03 16:23:19 +02:00

9 lines
255 B
C++

#include <openssl/crypto.h>
#include <string>
#ifndef FLOW_HELP_H
#define FLOW_HELP_H
namespace pupes_message_client_lib {
void error(std::string msg);
EVP_PKEY *SaveOrGetKeypair(EVP_PKEY *keypair = nullptr);
} // namespace pupes_message_client_lib
#endif