9 lines
255 B
C++
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 |