X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbntest.c;h=503c4f390135f8143b126d8fd9f723255271b4c9;hp=d64d512e9a3cbd6acb78b73cf317362cc0f4ba02;hb=4a26329b4c105a2fa0f10de3ecf644e0d082b056;hpb=ea96c4bc7f4983348d45257d4453490330404b18 diff --git a/crypto/bn/bntest.c b/crypto/bn/bntest.c index d64d512e9a..503c4f3901 100644 --- a/crypto/bn/bntest.c +++ b/crypto/bn/bntest.c @@ -107,7 +107,7 @@ 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? */ +#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");