|
BSL v1.1.1 - 64.gc92ac12
AMMOS Bundle Protocol Security Library (BSL)
|
Compile-time static configuration for the BSL. More...
#include <stdlib.h>
Include dependency graph for BSLConfig.h:
This graph shows which files directly or indirectly include this file:Macros | |
| #define | BSL_VERSION "1.1.1" |
| Compile-time library version based on SemVer-2.0.0 conventions. | |
| #define | BSL_VERSION_MAJOR 1 |
| Compile-time major version number. | |
| #define | BSL_VERSION_MINOR 1 |
| Compile-time minor version number. | |
| #define | BSL_VERSION_PATCH 1 |
| Compile-time patch version number. | |
| #define | BSL_LOG_PLAINTEXT_ENABLE 0 |
| Control whether plaintext data debug logs are made. | |
| #define | BSL_REQUIRE_CHECK |
| This annotation on a function requires the caller to capture and inspect the return value. | |
Functions | |
| const char * | bsl_version (void) |
| Run-time library version based on SemVer-2.0.0 conventions. | |
Compile-time static configuration for the BSL.
| #define BSL_LOG_PLAINTEXT_ENABLE 0 |
Control whether plaintext data debug logs are made.
| #define BSL_REQUIRE_CHECK |
This annotation on a function requires the caller to capture and inspect the return value.
| #define BSL_VERSION "1.1.1" |
Compile-time library version based on SemVer-2.0.0 conventions.
| #define BSL_VERSION_MAJOR 1 |
Compile-time major version number.
| #define BSL_VERSION_MINOR 1 |
Compile-time minor version number.
| #define BSL_VERSION_PATCH 1 |
Compile-time patch version number.
| const char * bsl_version | ( | void | ) |
Run-time library version based on SemVer-2.0.0 conventions.
References BSL_VERSION.