From f81ee7ff118bd3c2da5ca21fd6707ba7751832e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ttler?= Date: Sun, 21 Apr 2024 12:32:48 +0200 Subject: add token issue sig helper --- src/include/taler_crypto_lib.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/include/taler_crypto_lib.h') diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index bd7164ca5..429cf1cc0 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -5961,7 +5961,7 @@ struct TALER_TokenUseSignature */ struct TALER_TokenIssueSignature { - struct GNUNET_CRYPTO_UnblindedSignature signature; + struct GNUNET_CRYPTO_UnblindedSignature *signature; }; /** @@ -5972,4 +5972,12 @@ struct TALER_TokenIssueBlindSignature struct GNUNET_CRYPTO_BlindedSignature signature; }; +/** + * Free internals of @a issue_sig, but not @a issue_sig itself. + * + * @param[in] issue_sig signature to free + */ +void +TALER_token_issue_sig_free (struct TALER_TokenIssueSignature *issue_sig); + #endif -- cgit v1.2.3