Blob Blame History Raw
diff -Naur libreswan-3.8-orig/programs/pluto/plutomain.c libreswan-3.8/programs/pluto/plutomain.c
--- libreswan-3.8-orig/programs/pluto/plutomain.c	2014-01-16 02:46:24.000000000 -0500
+++ libreswan-3.8/programs/pluto/plutomain.c	2014-02-21 18:54:48.108282499 -0500
@@ -1345,7 +1345,9 @@
 	/* loading X.509 CRLs - must happen after CAs are loaded */
 	load_crls();
 	/* loading attribute certificates from disk (should prob be removed) */
+#if 0
 	load_acerts();
+#endif
 
 #ifdef HAVE_LABELED_IPSEC
 	init_avc();