X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=dsa%2Fdsa_key_blob.h;h=579760a09e86f0d83214dde6677a38d919c76b86;hp=8099a1e7a549a797a99838ea5599271b0983033e;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=c9c11514d91b8c19f77d65ac051b998bd99048b0 diff --git a/dsa/dsa_key_blob.h b/dsa/dsa_key_blob.h index 8099a1e..579760a 100644 --- a/dsa/dsa_key_blob.h +++ b/dsa/dsa_key_blob.h @@ -1,7 +1,7 @@ /* dsa_key_blob.h */ /* 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 @@ -20,6 +20,6 @@ #ifndef DSA_KEY_BLOB_H_ #define DSA_KEY_BLOB_H_ -void load_dsa_key_blob(dsa_ctx_t* ctx); +void load_dsa_key_blob(dsa_ctx_t *ctx); #endif /* DSA_KEY_BLOB_H_ */