fix compilation via Makefile for ssl backends
commit01cdfdbd5b1be8b502acd0aab1aa2dea1d2fa241
authorrofl0r <retnyg@gmx.net>
Sun, 5 Jan 2014 20:52:26 +0000 (5 21:52 +0100)
committerrofl0r <retnyg@gmx.net>
Sun, 5 Jan 2014 20:52:29 +0000 (5 21:52 +0100)
treeaec68dcc8115de749c5c8367bbb48d75bd520ac7
parent9afefe99bf3d12c1b390b86665a854861aa50dfa
fix compilation via Makefile for ssl backends

the 2 backends got into each others way by defining the same symbols.
we now require USE_CYASSL or USE_OPENSSL set in CFLAGS to build
one of the backends, plus USE_SSL which enables the SSL support
in the core code.
rocksock_cyassl.c
rocksock_ssl.c