Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3817)
*/
#include <openssl/crypto.h>
+#include <internal/cryptlib.h>
#if !defined(OPENSSL_THREADS) || defined(CRYPTO_TDEBUG)
#include <string.h>
#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_EC is defined */
+# include "testutil.h"
#ifndef OPENSSL_NO_EC
# endif
# include <openssl/err.h>
# include <openssl/rand.h>
-# include "testutil.h"
static const char rnd_seed[] =
"string to make the random number generator think it has randomness";
return ret;
}
+#endif
void register_tests(void)
{
ADD_TEST(test_builtin);
#endif
}
-#endif