[En-Nut-Discussion] patch: missing closing { for extern "C"
Krzysztof Sawicki
krzysztof.sawicki at mlabs.pl
Tue Nov 8 16:19:03 CET 2016
Index: nut/include/crypto/crypto.h
===================================================================
--- nut/include/crypto/crypto.h>(revision 6562)
+++ nut/include/crypto/crypto.h>(working copy)
@@ -253,4 +253,8 @@
extern int get_random(int num_rand_bytes, uint8_t *rand_data);
extern int get_random_NZ(int num_rand_bytes, uint8_t *rand_data);
.
+#ifdef __cplusplus
+}
#endif
+
+#endif
--
Krzysztof Sawicki
MLabs sp. z o.o.
ul. Kaliska 21
61-131 Poznań
tel. 61 646 84 27
KRS: 0000390306
NIP: 7822533401
More information about the En-Nut-Discussion
mailing list