view crypto_desc.h @ 1824:1edf4f143e12

keep LANG env variable for child process (#111)
author fidomax <adobegitler@gmail.com>
date Thu, 19 Aug 2021 18:49:52 +0300
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 */