[tor-commits] [obfsproxy/master] Fix builds with old openssls
    nickm at torproject.org 
    nickm at torproject.org
       
    Wed May 18 00:30:55 UTC 2011
    
    
  
commit c483d861e3ebc6429ab7ba170dcb5d45421be604
Author: Nick Mathewson <nickm at torproject.org>
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
    
    
More information about the tor-commits
mailing list