As in the main branch, there's no longer a need to guess the bc
authorBodo Möller <bodo@openssl.org>
Thu, 18 Jan 2001 12:41:25 +0000 (12:41 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 18 Jan 2001 12:41:25 +0000 (12:41 +0000)
version at compile time.

crypto/bn/bntest.c

index 0a97af69c5867f6423a8b29ded9d61db5514e758..c9801dc01614fc68ef83e78daf6315ea80e37b4b 100644 (file)
@@ -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[])