ftbfs
[oweals/gnunet.git] / src / secretsharing / secretsharing_protocol.h
index 7627deb301c2f30bc5e5496150f8c7d23dcd2a83..f05d27e29f873b1462c1bb2df9dcfa9cb8aef93d 100644 (file)
@@ -14,6 +14,8 @@
      
       You should have received a copy of the GNU Affero General Public License
       along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+     SPDX-License-Identifier: AGPL3.0-or-later
 */
 
 
@@ -58,7 +60,7 @@ struct GNUNET_SECRETSHARING_KeygenCommitData
    */
   struct GNUNET_CRYPTO_PaillierPublicKey pubkey;
   /**
-   * Commitment of 'peer' to his presecret.
+   * Commitment of 'peer' to its presecret.
    */
   struct GNUNET_HashCode commitment GNUNET_PACKED;
 };