Fix case sensitive hostname comparison in tls
authorJason Plum <jplum@devonit.com>
Tue, 10 Mar 2015 20:48:35 +0000 (16:48 -0400)
committerJason Plum <jplum@devonit.com>
Tue, 10 Mar 2015 20:48:35 +0000 (16:48 -0400)
commit30f28d4ac927c846148d77349769729cbd35ab5a
tree9130393e41acb9a725eeb3138185b04d0f460143
parentc9c8f8cc8918f71ccecb3c5840186d86d3548dac
Fix case sensitive hostname comparison in tls

To do this I've swapped _strnicmp with memcmp. Seemless, but does lock it to the restrictions of that function.

Signed-off-by: Jason Plum <jplum@archlinuxarm.org>
libfreerdp/crypto/tls.c