Fix maybe-uninitialized warning in ca_adapter_net_ssl.c
authorGeorge Nash <george.nash@intel.com>
Thu, 26 Jan 2017 19:00:13 +0000 (11:00 -0800)
committerMike Fenelon <mike.fenelon@microsoft.com>
Mon, 30 Jan 2017 18:24:39 +0000 (18:24 +0000)
commitb5ee8f9a2a0245ccf580080370a6d490708c06c7
tree8521f4f6ee039276b7e2ef83342740a4ee65ec75
parent009e2bae271269e19d65121d6baacdc08e0ccf37
Fix maybe-uninitialized warning in ca_adapter_net_ssl.c

The compilar was warning that the variables macKeyLen, ivSize, and keySize
could be used uninitialized. Very unlikely but really easy to fix.

Change-Id: Ie3a8872194c3ffe3a43576cdc399f8a1e99e3387
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16799
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
Reviewed-by: Kevin Kane <kkane@microsoft.com>
Reviewed-by: Mike Fenelon <mike.fenelon@microsoft.com>
resource/csdk/connectivity/src/adapter_util/ca_adapter_net_ssl.c