26#ifndef ROUTING_OPENSSL_MSG_INCLUDED
27#define ROUTING_OPENSSL_MSG_INCLUDED
30#include <system_error>
41 int ct,
const unsigned char *
buf,
size_t len);
Definition: expected.h:286
Definition: buf0block_hint.cc:30
stdx::expected< std::string, std::error_code > openssl_msg_content_to_string(int ct, const unsigned char *buf, size_t len)
Definition: openssl_msg.cc:75
stdx::expected< std::string, std::error_code > openssl_msg_version_to_string(int ver)
Definition: openssl_msg.cc:34
stdx::expected< std::string, std::error_code > openssl_msg_content_type_to_string(int ct)
Definition: openssl_msg.cc:54