X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=inc%2Fbearssl.h;h=310edb258d8d043e6d71a711837b678cc25dd1c1;hp=4f4797cf7937dbdc1a2893c43fe8ce8df400680f;hb=HEAD;hpb=6a691e6995489248a82fede6dc845164e8886a72 diff --git a/inc/bearssl.h b/inc/bearssl.h index 4f4797c..310edb2 100644 --- a/inc/bearssl.h +++ b/inc/bearssl.h @@ -137,6 +137,10 @@ #include "bearssl_x509.h" #include "bearssl_pem.h" +#ifdef __cplusplus +extern "C" { +#endif + /** \brief Type for a configuration option. * * A "configuration option" is a value that is selected when the BearSSL @@ -167,4 +171,13 @@ typedef struct { */ const br_config_option *br_get_config(void); +/* ======================================================================= */ + +/** \brief Version feature: support for time callback. */ +#define BR_FEATURE_X509_TIME_CALLBACK 1 + +#ifdef __cplusplus +} +#endif + #endif