src/HOL/Auth/TLS.ML
changeset 4686 74a12e86b20b
parent 4556 e7a4683c0026
child 4719 21af5c0be0c9
--- a/src/HOL/Auth/TLS.ML	Fri Mar 06 18:25:28 1998 +0100
+++ b/src/HOL/Auth/TLS.ML	Sat Mar 07 16:29:29 1998 +0100
@@ -145,7 +145,7 @@
     REPEAT (FIRSTGOAL analz_mono_contra_tac)
     THEN 
     fast_tac (claset() addss (simpset())) i THEN
-    ALLGOALS (asm_simp_tac (simpset() addsplits [expand_if]));
+    ALLGOALS Asm_simp_tac;
 
 
 (** Theorems of the form X ~: parts (spies evs) imply that NOBODY
@@ -193,14 +193,12 @@
     ClientKeyExch_tac  (i+6)  THEN	(*ClientKeyExch*)
     ALLGOALS (asm_simp_tac 
               (simpset() addcongs [if_weak_cong]
-                         addsimps (expand_ifs@pushes)
-                         addsplits [expand_if]))  THEN
+                         addsimps (expand_ifs@pushes)))  THEN
     (*Remove instances of pubK B:  the Spy already knows all public keys.
       Combining the two simplifier calls makes them run extremely slowly.*)
     ALLGOALS (asm_simp_tac 
               (simpset() addcongs [if_weak_cong]
-			 addsimps [insert_absorb]
-                         addsplits [expand_if]));
+			 addsimps [insert_absorb]));
 
 
 (*** Properties of items found in Notes ***)