aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ksk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_ksk.c')
-rw-r--r--src/util/crypto_ksk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/crypto_ksk.c b/src/util/crypto_ksk.c
index 60639a709..0f5a29507 100644
--- a/src/util/crypto_ksk.c
+++ b/src/util/crypto_ksk.c
@@ -463,6 +463,7 @@ generate_kblock_key (KBlock_secret_key *sk, unsigned int nbits,
463 gcry_mpi_release (g); 463 gcry_mpi_release (g);
464} 464}
465 465
466GNUNET_NETWORK_STRUCT_BEGIN
466 467
467/** 468/**
468 * Internal representation of the private key. 469 * Internal representation of the private key.
@@ -482,7 +483,7 @@ struct KskRsaPrivateKeyBinaryEncoded
482 uint16_t sizedmq1 GNUNET_PACKED; /* in big-endian! */ 483 uint16_t sizedmq1 GNUNET_PACKED; /* in big-endian! */
483 /* followed by the actual values */ 484 /* followed by the actual values */
484}; 485};
485 486GNUNET_NETWORK_STRUCT_END
486 487
487/** 488/**
488 * Deterministically (!) create a hostkey using only the 489 * Deterministically (!) create a hostkey using only the