commit c483d861e3ebc6429ab7ba170dcb5d45421be604
Author: Nick Mathewson <[email protected]>
Date:   Tue May 17 19:32:36 2011 -0400

    Fix builds with old openssls
---
 src/protocols/obfs2_crypt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/protocols/obfs2_crypt.c b/src/protocols/obfs2_crypt.c
index 0121c93..e6627ab 100644
--- a/src/protocols/obfs2_crypt.c
+++ b/src/protocols/obfs2_crypt.c
@@ -48,7 +48,7 @@ get_uint32(const void *ptr)
   return val;
 }
 #define LTC_ARGCHK(x) assert((x))
-#include "sha256.c"
+#include "../sha256.c"
 #endif
 
 int



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to