[tor-commits] [obfsproxy/master] Fix little copy/paste error.

nickm at torproject.org nickm at torproject.org
Fri Oct 7 20:22:41 UTC 2011


commit b4cb4281fc725fc53bebae5190f99df816c67876
Author: George Kadianakis <desnacked at 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 {





More information about the tor-commits mailing list