Author: rabbi
Date: 2008-03-03 19:17:07 +0100 (Mon, 03 Mar 2008)
New Revision: 979
Modified:
trunk/Mix/Install
Log:
Correct version check now. Thanks Zax.
Modified: trunk/Mix/Install
===================================================================
--- trunk/Mix/Install 2008-03-03 18:14:42 UTC (rev 978)
+++ trunk/Mix/Install 2008-03-03 18:17:07 UTC (rev 979)
@@ -738,7 +738,7 @@
elif [ "$version" = "90809F" ]
then
decimalversion=9470111
- echo "Compiling with OpenSSL 0.9.8g."
+ echo "Compiling with OpenSSL 0.9.8h."
echo "This version was unreleased at the time of packaging."
echo "It is not guaranteed to work. Please report any problems."
DEF="$DEF -DUSE_AES"
@@ -776,7 +776,7 @@
echo "This version: ${version} of OpenSSL is not supported."
echo $opensslinfo
exit 1
- elif [ "$decimalversion" -gt "9469967" ] # 90800F
+ elif [ "$decimalversion" -gt "9470111" ] # 0.9.8h
then
echo "Warning: This version: ${version} of OpenSSL is untested."
readln "Continue anyway?" y
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mixmaster-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixmaster-devel