X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=dsa%2Fdsa_key_blob.c;h=a46020c5308f9ab2d92f09c7a7918360d879c56e;hb=e9e07569721b9e005d6b602e26a03e930e796577;hp=f6e761c640b227bb556db897fd62c7a3b6e579ae;hpb=fdbda6486df88be6ac2ba948f21e84c396499535;p=avr-crypto-lib.git diff --git a/dsa/dsa_key_blob.c b/dsa/dsa_key_blob.c index f6e761c..a46020c 100644 --- a/dsa/dsa_key_blob.c +++ b/dsa/dsa_key_blob.c @@ -1,7 +1,7 @@ /* dsa_key_blob.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -270,7 +270,7 @@ static const uint8_t dsa_key_blob[] PROGMEM = { }; #endif -void load_dsa_key_blob(dsa_ctx_t* ctx){ +void load_dsa_key_blob(dsa_ctx_t *ctx){ if(ctx->priv.wordv){ free(ctx->priv.wordv); }