Botan 3.8.1
Crypto and TLS for C&
|
#include <botan/version.h>
#include <botan/internal/fmt.h>
#include <botan/internal/target_info.h>
#include <botan/internal/version_info.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
std::string | Botan::runtime_version_check (uint32_t major, uint32_t minor, uint32_t patch) |
const char * | Botan::short_version_cstr () |
std::string | Botan::short_version_string () |
bool | Botan::unsafe_for_production_build () |
const char * | Botan::version_cstr () |
uint32_t | Botan::version_datestamp () |
std::optional< std::string > | Botan::version_distribution_info () |
uint32_t | Botan::version_major () |
uint32_t | Botan::version_minor () |
uint32_t | Botan::version_patch () |
std::string | Botan::version_string () |
std::optional< std::string > | Botan::version_vc_revision () |