view crypto_desc.h @ 1458:bdd3802c8ac6

fix format Argument no. 3 nominally inconsistent with format (int vs. unsigned int)
author Francois Perrad <francois.perrad@gadz.org>
date Sat, 12 Aug 2017 20:51:58 +0200
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 */