mirror of
https://github.com/openssl/openssl.git
synced 2024-11-24 18:43:34 +08:00
Add a comment.
This commit is contained in:
parent
f67868ff4c
commit
902d1051b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user