build: define mbedtls_version before use
authorMats Wichmann <mats@linux.com>
Sun, 9 Jul 2017 13:50:58 +0000 (07:50 -0600)
committerPhil Coval <philippe.coval@osg.samsung.com>
Mon, 10 Jul 2017 14:27:26 +0000 (14:27 +0000)
commit936dd2dcc314cc5b16387a397d035e7e3753e58b
tree3824e31815d08c560fb542cef881e49493781b28
parent00b9bd1257d1ff29d48a125ecacff46ba57e0add
build: define mbedtls_version before use

A recent change tried to centralize the mbedtls version into one
setting, but the setting is currently done after it is used in
an error message.  Move the assignment up above first use.

Change-Id: I3887c3f036fb0d22c4f4f60436ff75306fd7eb73
Signed-off-by: Mats Wichmann <mats@linux.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/21331
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
extlibs/mbedtls/SConscript