Quellcode durchsuchen

removed a pair of includes that we don't actually use

svn:r23
Roger Dingledine vor 23 Jahren
Ursprung
Commit
0abef43647
2 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 3 0
      TODO
  2. 1 1
      configure.in

+ 3 - 0
TODO

@@ -63,7 +63,9 @@ Obvious things I'd like to do that won't break anything:
 
 * The parts of the code that say 'FIXME'
 
+* Clean up the number of places that get to look at prkey.
 
+* Circuits should expire sometime, say, when circuit->expire triggers?
 
 
 
@@ -127,3 +129,4 @@ analysis before we can guess which approaches are good.)
 
 * Reply onions. Hrm.
 
+

+ 1 - 1
configure.in

@@ -139,7 +139,7 @@ if (test ! -z "$ac_cv_openssldir" && test "x$ac_cv_openssldir" != "x(system)") ;
 fi
 LIBS="$saved_LIBS -lcrypto"
 
-AC_CHECK_HEADERS(unistd.h string.h signal.h netdb.h ctype.h sys/poll.h sys/types.h sys/fcntl.h sys/ioctl.h sys/socket.h sys/mman.h sys/stat.h sys/time.h netinet/in.h arpa/inet.h errno.h assert.h, , AC_MSG_WARN(some headers were not found, compilation may fail))
+AC_CHECK_HEADERS(unistd.h string.h signal.h netdb.h ctype.h sys/poll.h sys/types.h sys/fcntl.h sys/ioctl.h sys/socket.h sys/time.h netinet/in.h arpa/inet.h errno.h assert.h, , AC_MSG_WARN(some headers were not found, compilation may fail))
 
 AC_OUTPUT(Makefile src/Makefile src/common/Makefile src/smtpap/Makefile src/orkeygen/Makefile src/httpap/Makefile src/op/Makefile src/or/Makefile)