fix typo
This commit is contained in:
parent
c787e28e84
commit
9668e2e4fb
@ -160,7 +160,7 @@ TALER_blinding_secret_create (struct TALER_BlindingSecret *bs,
|
|||||||
memset (bs,
|
memset (bs,
|
||||||
0,
|
0,
|
||||||
sizeof (*bs));
|
sizeof (*bs));
|
||||||
switch (bs->cipher)
|
switch (cipher)
|
||||||
{
|
{
|
||||||
case TALER_DENOMINATION_INVALID:
|
case TALER_DENOMINATION_INVALID:
|
||||||
return GNUNET_OK;
|
return GNUNET_OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user