refactor handshake client and server handling into client.c and server.c
authorAndy Green <andy.green@linaro.org>
Thu, 3 Apr 2014 01:03:37 +0000 (09:03 +0800)
committerAndy Green <andy.green@linaro.org>
Thu, 3 Apr 2014 01:03:37 +0000 (09:03 +0800)
commitaad2eac48eec7274aa7acce8bb76f4ba6212e5c3
tree07d8a94387d6cf592232588c3b8453f925b99a6f
parentd99476b2b3387356f5aa9d307e59f3597d5f5dcb
refactor handshake client and server handling into client.c and server.c

Eliminate more #ifdefs

Signed-off-by: Andy Green <andy.green@linaro.org>
lib/client.c
lib/handshake.c
lib/private-libwebsockets.h
lib/server.c