| 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.13 2002/08/31 09:28:21 rabbi Exp $ |
# $Id: Install,v 1.14 2002/08/31 09:45:11 rabbi Exp $ |
| 10 |
|
|
| 11 |
#whereis program default-path |
#whereis program default-path |
| 12 |
whereis() |
whereis() |
| 504 |
echo $opensslinfo |
echo $opensslinfo |
| 505 |
exit 1 |
exit 1 |
| 506 |
fi |
fi |
| 507 |
elif [ "16#$version" = "16#90581f" ] |
elif [ "$version" = "90581f" ] |
| 508 |
then |
then |
| 509 |
echo "Compiling with OpenSSL 0.9.5a." |
echo "Compiling with OpenSSL 0.9.5a." |
| 510 |
opensslwarn |
opensslwarn |
| 511 |
elif [ "16#$version" = "16#90601f" ] |
elif [ "$version" = "90601f" ] |
| 512 |
then |
then |
| 513 |
echo "Compiling with OpenSSL 0.9.6a." |
echo "Compiling with OpenSSL 0.9.6a." |
| 514 |
opensslwarn |
opensslwarn |
| 515 |
elif [ "16#$version" = "16#90602f" ] |
elif [ "$version" = "90602f" ] |
| 516 |
then |
then |
| 517 |
echo "Compiling with OpenSSL 0.9.6b." |
echo "Compiling with OpenSSL 0.9.6b." |
| 518 |
opensslwarn |
opensslwarn |
| 519 |
elif [ "16#$version" = "16#90603f" ] |
elif [ "$version" = "90603f" ] |
| 520 |
then |
then |
| 521 |
echo "Compiling with OpenSSL 0.9.6c." |
echo "Compiling with OpenSSL 0.9.6c." |
| 522 |
opensslwarn |
opensslwarn |
| 523 |
elif [ "16#$version" = "16#90604f" ] |
elif [ "$version" = "90604f" ] |
| 524 |
then |
then |
| 525 |
echo "Compiling with OpenSSL 0.9.6d." |
echo "Compiling with OpenSSL 0.9.6d." |
| 526 |
opensslwarn |
opensslwarn |
| 527 |
elif [ "16#$version" = "16#90605f" ] |
elif [ "$version" = "90605f" ] |
| 528 |
then |
then |
| 529 |
echo "Compiling with OpenSSL 0.9.6e." |
echo "Compiling with OpenSSL 0.9.6e." |
| 530 |
opensslwarn |
opensslwarn |
| 531 |
elif [ "16#$version" = "16#90606f" ] |
elif [ "$version" = "90606f" ] |
| 532 |
then |
then |
| 533 |
echo "Compiling with OpenSSL 0.9.6f." |
echo "Compiling with OpenSSL 0.9.6f." |
| 534 |
elif [ "16#$version" = "16#90607f" ] |
elif [ "$version" = "90607f" ] |
| 535 |
then |
then |
| 536 |
echo "Compiling with OpenSSL 0.9.6g." |
echo "Compiling with OpenSSL 0.9.6g." |
| 537 |
|
elif [ "$version" = "907001" ] |
| 538 |
|
then |
| 539 |
|
echo "Compiling with OpenSSL 0.9.7beta1." |
| 540 |
|
opensslwarn |
| 541 |
|
elif [ "$version" = "907002" ] |
| 542 |
|
then |
| 543 |
|
echo "Compiling with OpenSSL 0.9.7beta2." |
| 544 |
|
opensslwarn |
| 545 |
|
elif [ "$version" = "907003" ] |
| 546 |
|
then |
| 547 |
|
echo "Compiling with OpenSSL 0.9.7beta3." |
| 548 |
elif [ "$version" -lt "920" ] |
elif [ "$version" -lt "920" ] |
| 549 |
then |
then |
| 550 |
echo "This version: ${version} of SSLeay is not supported." |
echo "This version: ${version} of SSLeay is not supported." |