File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 * in the configuration file and include this header multiple times, setting
3131 * MLD_CONFIG_PARAMETER_SET accordingly for each, and #undef'ing the MLD_H
3232 * guard to allow multiple inclusions.
33- *
34- ******************************************************************************/
33+ */
3534
3635/******************************* Key sizes ************************************/
3736
9998 * has probability < 2^-256. */
10099#define MLD_ERR_SIGN_ATTEMPTS_EXHAUSTED (-4)
101100
102- /****************************** Function API ***** *****************************/
101+ /********************* Namespacing and Qualifiers *****************************/
103102
104103#define MLD_API_CONCAT_ (x , y ) x##y
105104#define MLD_API_CONCAT (x , y ) MLD_API_CONCAT_(x, y)
136135#define MLD_API_QUALIFIER
137136#endif
138137
138+ /****************************** Function API **********************************/
139+
139140#if !defined(MLD_CONFIG_CONSTANTS_ONLY )
140141
141142#include <stddef.h>
142143#include <stdint.h>
143144
144-
145145#ifdef __cplusplus
146146extern "C"
147147{
You can’t perform that action at this time.
0 commit comments