summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-06 09:53:29 +0000
committerBodo Möller <bodo@openssl.org>2000-12-06 09:53:29 +0000
commit902d1051b140d6677e05a0e6eb8a429d2f81ee46 (patch)
tree506644f51211e1c12c63ed2ac5ee6c0f73c8982c
parentf67868ff4cc6e7a5e46dd1a73de60243dabb3e4a (diff)
downloadopenssl-new-902d1051b140d6677e05a0e6eb8a429d2f81ee46.tar.gz
Add a comment.
-rwxr-xr-xtest/bctest5
1 files changed, 5 insertions, 0 deletions
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