X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=inc%2Fbearssl_hash.h;h=860ab718b3a50f6e2ffc4f774214fe88d5ca436a;hp=d06bae4ddc1d13ca6a86150c92ffae198683fc67;hb=8cd3f8fecbb8eee7d4cd71c464694cf1621c5e99;hpb=db8f1b664524e3fbeea8a0730b2bbe2f0bdcea86 diff --git a/inc/bearssl_hash.h b/inc/bearssl_hash.h index d06bae4..860ab71 100644 --- a/inc/bearssl_hash.h +++ b/inc/bearssl_hash.h @@ -29,6 +29,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + /** \file bearssl_hash.h * * # Hash Functions @@ -1335,4 +1339,8 @@ void br_ghash_pwr8(void *y, const void *h, const void *data, size_t len); */ br_ghash br_ghash_pwr8_get(void); +#ifdef __cplusplus +} +#endif + #endif