Fixed selection of ECDHE_RSA suites for pre-1.2 TLS versions.
[BearSSL] / inc / bearssl_block.h
index 31c4ed6..415bc28 100644 (file)
 #include <stddef.h>
 #include <stdint.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /** \file bearssl_block.h
  *
  * # Block Ciphers and Symmetric Ciphers
@@ -1802,4 +1806,8 @@ void br_poly1305_ctmulq_run(const void *key, const void *iv,
  */
 br_poly1305_run br_poly1305_ctmulq_get(void);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif