Mercurial > dropbear
annotate crypto_desc.h @ 1632:c4bf28ccab97
packet: remove stale comment about "packet_type" (#63)
clean up after 7f15910541
Signed-off-by: Konstantin Demin <[email protected]>
author | Konstantin Demin <rockdrilla@gmail.com> |
---|---|
date | Wed, 20 Mar 2019 17:33:15 +0300 |
parents | 9169e4e7cbee |
children |
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 |
1276
9169e4e7cbee
fix empty C prototypes
Francois Perrad <francois.perrad@gadz.org>
parents:
1036
diff
changeset
|
4 void crypto_init(void); |
766 | 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 |