view crypto_desc.h @ 1387:e7f11ed5fe28

Use DROPBEAR_PATH_DEVNULL instead of undefined _PATH_DEVNULL
author Ben Gardner <bgardner@wabtec.com>
date Tue, 24 May 2016 17:34:10 -0500
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 */