[obfsproxy/master] Fix little copy/paste error.

7 Oct
2011
7 Oct
'11
8:22 p.m.
commit b4cb4281fc725fc53bebae5190f99df816c67876 Author: George Kadianakis <desnacked@gmail.com> Date: Fri Oct 7 19:29:42 2011 +0200 Fix little copy/paste error. --- src/sha256.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/sha256.c b/src/sha256.c index a49bf3b..8d835d4 100644 --- a/src/sha256.c +++ b/src/sha256.c @@ -9,7 +9,7 @@ #include "sha256.h" #ifndef _WIN32 -#include <arpa/inet.h> /* for inet_ntoa() */ +#include <arpa/inet.h> /* for htonl/ntohl */ #endif #define STMT_BEGIN do {
4993
Age (days ago)
4993
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org