-fix build issues
[oweals/gnunet.git] / src / secretsharing / secretsharing.h
index 227349b0530ee6098654661ab564545ecb1bcb81..e4312c2da6975bf7f12a31721b6828ea40af0414 100644 (file)
@@ -38,7 +38,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
 struct GNUNET_SECRETSHARING_FieldElement
 {
   /**
-   * Value of an element in <elgamal_g>.
+   * Value of an element in &lt;elgamal_g&gt;.
    */
   unsigned char bits[GNUNET_SECRETSHARING_ELGAMAL_BITS / 8];
 };
@@ -209,7 +209,7 @@ struct GNUNET_SECRETSHARING_Share
   struct GNUNET_SECRETSHARING_FieldElement my_share;
 
   /**
-   * Peer identities (includes 'my_peer') 
+   * Peer identities (includes 'my_peer')
    */
   struct GNUNET_PeerIdentity *peers;