netutils/webclient: separate 'wget_base' according to TLS
authorJihun Ahn <jhun.ahn@samsung.com>
Mon, 15 May 2017 08:08:02 +0000 (17:08 +0900)
committerEunBong Song <eunb.song@samsung.com>
Tue, 11 Jul 2017 11:11:11 +0000 (20:11 +0900)
commitd6ae0dcc2a972a2457330eec4882b02c08ea4883
tree446133d60f9d95e809909187948ce7bb3ba997fc
parent2c546bf008fd0f91cd4ac6b9f45b5dfb6e365d2d
netutils/webclient: separate 'wget_base' according to TLS

This function consists of a lot of predefined code which is
'CONFIG_NET_SECURITY_TLS'.
It makes understand source code too hard.
So, This commit separate 'wget_base' according to definition of TLS.

Change-Id: I93957a71d60349bc3656a7152f9280be6bb46abc
Signed-off-by: Jihun Ahn <jhun.ahn@samsung.com>
apps/netutils/webclient/webclient.c