examples/portscanner: quick hack to make it work on single host/portrange
[rofl0r-rocksock.git] / rocksock_ssl.c
blob5e4a77d3bdb3abf158702bca50370326231c1123
1 #include "rocksock_ssl_internal.h"
3 /* SSL no-op implementation in case rocksock was built without ssl support.
4 provided so examples/user programs don't need to put ifdefs around their
5 usage. */
6 #ifndef USE_SSL
7 void rocksock_init_ssl(void) {}
8 void rocksock_free_ssl(void) {}
9 #endif