nim-bearssl/bearssl/abi/brssl_cpp.h

12 lines
134 B
C
Raw Normal View History

/* workaround until upstream fixes header */
#ifdef __cplusplus
extern "C" {
#endif
#include "brssl.h"
#ifdef __cplusplus
}
#endif