]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fixed extern "C" block.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 24 Sep 2014 18:42:18 +0000 (20:42 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 24 Sep 2014 18:42:18 +0000 (20:42 +0200)
ChangeLog
curve25519.h

index e64889eff83668ca2d29c69b3d25ba81dc79dbfa..31e395dad1ab5c60b8116b5b21af9eb7031010f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-24  Niels Möller  <nisse@lysator.liu.se>
+
+       * curve25519.h [__cplusplus]: Fixed extern "C" block.
+
 2014-09-23  Niels Möller  <nisse@lysator.liu.se>
 
        * ecc-hash.c (ecc_hash): Changed argument type from struct
index a53ac2305c7f126f9038a58f214ca4a3c62d0d80..d9bcb0d5a4ac0527a13e0610fa9645e1652206bc 100644 (file)
@@ -51,4 +51,8 @@ curve25519_mul_g (uint8_t *q, const uint8_t *n);
 int
 curve25519_mul (uint8_t *q, const uint8_t *n, const uint8_t *p);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* NETTLE_CURVE25519_H */