aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check
diff options
context:
space:
mode:
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-11-03 15:14:32 +0000
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-11-03 15:14:32 +0000
commit1707cb78aa6a1853a87e3729903c2c8e92a7fc01 (patch)
tree6e0c84efdc18e37e5468b0d235711d774b82830e /tools/check
parent149abe0ab4480bc670eb1927a7aacdeb5799cf99 (diff)
downloadxen-1707cb78aa6a1853a87e3729903c2c8e92a7fc01.tar.gz
xen-1707cb78aa6a1853a87e3729903c2c8e92a7fc01.tar.bz2
xen-1707cb78aa6a1853a87e3729903c2c8e92a7fc01.zip
bitkeeper revision 1.1159.152.4 (4188f5d8214qWxCDmCbxEQwQcQ3hww)
Doc update
Diffstat (limited to 'tools/check')
-rwxr-xr-xtools/check/check_ssl_lib10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/check/check_ssl_lib b/tools/check/check_ssl_lib
deleted file mode 100755
index ecd64d4a54..0000000000
--- a/tools/check/check_ssl_lib
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-# CHECK-BUILD CHECK-INSTALL
-
-function error {
- echo "Check for ssl library failed."
- exit 1
-}
-
-set -e
-ldconfig -p | grep libssl.so || error \ No newline at end of file