From 902d1051b140d6677e05a0e6eb8a429d2f81ee46 Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Wed, 6 Dec 2000 09:53:29 +0000 Subject: Add a comment. --- test/bctest | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/bctest b/test/bctest index 2365152439..38e43efecc 100755 --- a/test/bctest +++ b/test/bctest @@ -1,5 +1,10 @@ #!/bin/sh +# This script is used by test/Makefile.ssl to check whether a sane 'bc' +# is installed. +# ('make test_bn' should not try to run 'bc' if it does not exist or if +# it is the broken SunOS 5.[78] bc, which fails the following test.) + if [ 0 != "`bc <<\EOF obase=16 ibase=16 -- cgit v1.2.3