[obfsproxy/master] Fix builds with old openssls

18 May
2011
18 May
'11
12:30 a.m.
commit c483d861e3ebc6429ab7ba170dcb5d45421be604 Author: Nick Mathewson <nickm@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
5135
Age (days ago)
5135
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org