This commit is contained in:
Christian Grothoff 2021-11-05 17:07:11 +01:00
parent c787e28e84
commit 9668e2e4fb
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -160,7 +160,7 @@ TALER_blinding_secret_create (struct TALER_BlindingSecret *bs,
memset (bs,
0,
sizeof (*bs));
switch (bs->cipher)
switch (cipher)
{
case TALER_DENOMINATION_INVALID:
return GNUNET_OK;