Mercurial > dropbear
view crypto_desc.h @ 1277:07ee7736397e
add the idiomatic do/while(0) in the macro SCREWUP
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Thu, 31 Dec 2015 17:34:17 +0100 |
parents | 9169e4e7cbee |
children |
line wrap: on
line source
#ifndef DROPBEAR_CRYPTO_DESC_H #define DROPBEAR_CRYPTO_DESC_H void crypto_init(void); extern int dropbear_ltc_prng; #endif /* DROPBEAR_CRYPTO_DESC_H */