提交 4e539aaa 编写于 作者: U Ulf Möller

"print" is GNU bc specific.

上级 4facdbb5
......@@ -107,7 +107,7 @@ static const char rnd_seed[] = "string to make the random number generator think
void message(BIO *out, char *m)
{
fprintf(stderr, "test %s\n", m);
#if 1
#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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册