mirror of
https://github.com/logos-storage/nim-bearssl.git
synced 2026-01-02 13:33:06 +00:00
12 lines
134 B
C
12 lines
134 B
C
/* workaround until upstream fixes header */
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "brssl.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |