view crypto_desc.h @ 1002:97d1e54941fd

When clearing the memory of 'key' in function openssh_read(), only the size of the pointer to the data instead of the whole size of struct openssh_key is cleared. Correct the size calculation as detected by Coverity CID 1191543.
author Christian Engelmayer <cengelma@gmx.at>
date Wed, 28 Jan 2015 22:42:29 +0800
parents c19acba28590
children 89555751c489 deed0571cacc
line wrap: on
line source

#ifndef _CRYPTO_DESC_H
#define _CRYPTO_DESC_H

void crypto_init();

extern int dropbear_ltc_prng;

#endif /* _CRYPTO_DESC_H */