view ltc_prng.h @ 1406:96a282e78085

Fix libtomcrypt/libtommath linking order To prevent build failures when using system libtom libraries and linking with --as-needed, LIBTOM_LIBS should be in the order -ltomcrypt -ltommath, not the other way around, ie libs should be prepended to LIBTOM_LIBS as they are found, not appended. Signed-off-by: Andre McCurdy <[email protected]>
author Andre McCurdy <armccurdy@gmail.com>
date Fri, 16 Sep 2016 12:18:23 -0700
parents 750ec4ec4cbe
children d68d61e7056a
line wrap: on
line source

#ifndef DROPBEAR_LTC_PRNG_H_DROPBEAR
#define DROPBEAR_LTC_PRNG_H_DROPBEAR

#include "options.h"
#include "includes.h"

#if DROPBEAR_LTC_PRNG

extern const struct ltc_prng_descriptor dropbear_prng_desc;

#endif /* DROPBEAR_LTC_PRNG */

#endif /* DROPBEAR_LTC_PRNG_H_DROPBEAR */