Mercurial > dropbear
annotate crypto_desc.h @ 1270:6d00eca524fe
rename loop variable
2 nested loops with the same variable 'i',
line 219 and line 309
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Thu, 31 Dec 2015 18:47:51 +0100 |
parents | deed0571cacc |
children | 9169e4e7cbee |
rev | line source |
---|---|
1036
deed0571cacc
DROPBEAR_ prefix for include guards to avoid collisions
Thorsten Horstmann <thorsten.horstmann@web.de>
parents:
857
diff
changeset
|
1 #ifndef DROPBEAR_CRYPTO_DESC_H |
deed0571cacc
DROPBEAR_ prefix for include guards to avoid collisions
Thorsten Horstmann <thorsten.horstmann@web.de>
parents:
857
diff
changeset
|
2 #define DROPBEAR_CRYPTO_DESC_H |
766 | 3 |
4 void crypto_init(); | |
5 | |
6 extern int dropbear_ltc_prng; | |
7 | |
1036
deed0571cacc
DROPBEAR_ prefix for include guards to avoid collisions
Thorsten Horstmann <thorsten.horstmann@web.de>
parents:
857
diff
changeset
|
8 #endif /* DROPBEAR_CRYPTO_DESC_H */ |
766 | 9 |