adding new GNUNET_HELPER_ API for communication with (SUID) helper binaries via stdin...
[oweals/gnunet.git] / src / util / crypto_rsa.c
index d29566ac8e909b8f9f1b8690c54cb28f10d6d8c8..418fe833ba238b1f6d6e84dd74241d4c14cb77d5 100644 (file)
@@ -53,6 +53,8 @@ struct GNUNET_CRYPTO_RsaPrivateKey
 };
 
 
+GNUNET_NETWORK_STRUCT_BEGIN
+
 /**
  * GNUnet mandates a certain format for the encoding
  * of private RSA key information that is provided
@@ -75,7 +77,7 @@ struct RsaPrivateKeyBinaryEncoded
   uint16_t sizedmq1 GNUNET_PACKED;      /*  in big-endian! */
   /* followed by the actual values */
 };
-
+GNUNET_NETWORK_STRUCT_END
 
 #define HOSTKEY_LEN 2048