[or-cvs] Dont use explicit paths for orconfig.h -- it messes up the ...

Nick Mathewson nickm at seul.org
Tue Aug 12 06:45:05 UTC 2003


Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv28306/src/common

Modified Files:
	aes.c 
Log Message:
Dont use explicit paths for orconfig.h -- it messes up the windows build

Index: aes.c
===================================================================
RCS file: /home/or/cvsroot/src/common/aes.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- aes.c	11 Aug 2003 20:40:20 -0000	1.2
+++ aes.c	12 Aug 2003 06:45:03 -0000	1.3
@@ -10,8 +10,8 @@
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
-#include "../../orconfig.h"
-#include "./aes.h"
+#include "orconfig.h"
+#include "aes.h"
 #include "util.h"
 
 /*======================================================================*/



More information about the tor-commits mailing list