From dfe11b6b541b47c85cdf56e55ebb816d6793db31 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Fri, 12 Apr 2019 16:34:16 +0200 Subject: RECLAIM: Towards -sql --- src/reclaim/reclaim.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/reclaim/reclaim.h') diff --git a/src/reclaim/reclaim.h b/src/reclaim/reclaim.h index 38f32426a..cff12c6e4 100644 --- a/src/reclaim/reclaim.h +++ b/src/reclaim/reclaim.h @@ -11,7 +11,7 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . @@ -76,7 +76,7 @@ struct AttributeStoreResultMessage * Message header */ struct GNUNET_MessageHeader header; - + /** * Unique identifier for this request (for key collisions). */ @@ -201,12 +201,8 @@ struct TicketIterationStartMessage /** * Identity. */ - struct GNUNET_CRYPTO_EcdsaPublicKey identity; + struct GNUNET_CRYPTO_EcdsaPrivateKey identity; - /** - * Identity is audience or issuer - */ - uint32_t is_audience GNUNET_PACKED; }; -- cgit v1.2.3