src/HOL/Auth/ROOT.ML
changeset 2325 ea8a1fc512e6
parent 2274 1b1b46adc9b3
child 2450 3ad2493fa0e0
--- a/src/HOL/Auth/ROOT.ML	Thu Dec 05 19:01:09 1996 +0100
+++ b/src/HOL/Auth/ROOT.ML	Thu Dec 05 19:01:49 1996 +0100
@@ -12,7 +12,7 @@
 proof_timing := true;
 goals_limit := 1;
 
-use_thy "Shared";
+(*Shared-key protocols*)
 use_thy "NS_Shared";
 use_thy "OtwayRees";
 use_thy "OtwayRees_AN";
@@ -21,3 +21,7 @@
 use_thy "Yahalom";
 use_thy "Yahalom2";
 
+(*Public-key protocols*)
+use_thy "NS_Public_Bad";
+use_thy "NS_Public";
+