From 2e72fde15f08440ecfaf7740074e609dbce58573 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 18 Jan 2001 12:41:25 +0000 Subject: [PATCH] As in the main branch, there's no longer a need to guess the bc version at compile time. --- crypto/bn/bntest.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/crypto/bn/bntest.c b/crypto/bn/bntest.c index 0a97af69c5..c9801dc016 100644 --- a/crypto/bn/bntest.c +++ b/crypto/bn/bntest.c @@ -107,11 +107,9 @@ static const char rnd_seed[] = "string to make the random number generator think static void message(BIO *out, char *m) { fprintf(stderr, "test %s\n", m); -#if defined(linux) || defined(__FreeBSD__) /* can we use GNU bc features? */ BIO_puts(out, "print \"test "); BIO_puts(out, m); BIO_puts(out, "\\n\"\n"); -#endif } int main(int argc, char *argv[]) -- 2.25.1