mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 07:26:42 +00:00
3f78d69a98
* SSL Server Support: - read and write can use SSL_bio functions - Some random fixes * Add serverssl test case
8 lines
96 B
Makefile
8 lines
96 B
Makefile
include ../../config.mk
|
|
|
|
OBJ=serverssl.o
|
|
BIN=serverssl
|
|
BINDEPS=r_socket
|
|
|
|
include ../../rules.mk
|