diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-03-17 01:09:16 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-03-17 01:09:16 +0100 | 
| commit | c597af8334c34f2e6c9e8a693af80f86eb8e0cc1 (patch) | |
| tree | 818b518cb4dea2a5b3d14e3df8fe933dce3dd030 /src/util | |
| parent | 98f96970d61b3928034fee74c6e8a28ee1d9d31d (diff) | |
adjust types to match latest GNUnet API
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/crypto.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/util/crypto.c b/src/util/crypto.c index e650f190..cbc5f2cb 100644 --- a/src/util/crypto.c +++ b/src/util/crypto.c @@ -329,7 +329,7 @@ TALER_refresh_get_commitment (struct TALER_RefreshCommitmentP *rc,       hash_context */    for (unsigned int i = 0; i<num_new_coins; i++)    { -    char *buf; +    void *buf;      size_t buf_size;      /* The denomination keys should / must all be identical regardless | 
