fix incorrect strength bit values for certain Kerberos ciphersuites

Submitted by: Victor Duchovni
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 37d8ce4..d4114f3 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -690,7 +690,7 @@
 	SSL_SSLV3,
 	SSL_NOT_EXP|SSL_HIGH,
 	0,
-	112,
+	168,
 	168,
 	},
 
@@ -754,7 +754,7 @@
 	SSL_SSLV3,
 	SSL_NOT_EXP|SSL_HIGH,
 	0,
-	112,
+	168,
 	168,
 	},
 
@@ -834,7 +834,7 @@
 	SSL_SSLV3,
 	SSL_EXPORT|SSL_EXP40,
 	0,
-	128,
+	40,
 	128,
 	},
 
@@ -882,7 +882,7 @@
 	SSL_SSLV3,
 	SSL_EXPORT|SSL_EXP40,
 	0,
-	128,
+	40,
 	128,
 	},
 #endif	/* OPENSSL_NO_KRB5 */