| 6 |
# ANY KIND, either express or implied. See the file COPYRIGHT for |
# ANY KIND, either express or implied. See the file COPYRIGHT for |
| 7 |
# details. |
# details. |
| 8 |
|
|
| 9 |
# $Id: Install,v 1.8.2.12 2002/12/14 20:55:24 weaselp Exp $ |
# $Id: Install,v 1.8.2.13 2002/12/14 23:32:49 rabbi Exp $ |
| 10 |
|
|
| 11 |
#whereis program default-path |
#whereis program default-path |
| 12 |
whereis() |
whereis() |
| 555 |
elif [ "$version" = "90607f" ] |
elif [ "$version" = "90607f" ] |
| 556 |
then |
then |
| 557 |
echo "Compiling with OpenSSL 0.9.6g." |
echo "Compiling with OpenSSL 0.9.6g." |
| 558 |
|
elif [ "$version" = "90608f" ] |
| 559 |
|
then |
| 560 |
|
echo "Compiling with OpenSSL 0.9.6h." |
| 561 |
elif [ "$version" = "907001" ] |
elif [ "$version" = "907001" ] |
| 562 |
then |
then |
| 563 |
echo "Compiling with OpenSSL 0.9.7beta1." |
echo "Compiling with OpenSSL 0.9.7beta1." |
| 569 |
elif [ "$version" = "907003" ] |
elif [ "$version" = "907003" ] |
| 570 |
then |
then |
| 571 |
echo "Compiling with OpenSSL 0.9.7beta3." |
echo "Compiling with OpenSSL 0.9.7beta3." |
| 572 |
|
elif [ "$version" = "907004" ] |
| 573 |
|
then |
| 574 |
|
echo "Compiling with OpenSSL 0.9.7beta4." |
| 575 |
|
elif [ "$version" = "907005" ] |
| 576 |
|
then |
| 577 |
|
echo "Compiling with OpenSSL 0.9.7beta5." |
| 578 |
elif [ "$version" -lt "920" ] |
elif [ "$version" -lt "920" ] |
| 579 |
then |
then |
| 580 |
echo "This version: ${version} of SSLeay is not supported." |
echo "This version: ${version} of SSLeay is not supported." |