Differences From Artifact [df6bd47288]:
- File src/Makefile — part of check-in [889e63ed8a] at 2012-11-08 13:20:03 on branch trunk — Add a proper build system. (user: js, size: 299) [annotate] [blame] [check-ins using]
To Artifact [d578e34b05]:
- File
src/Makefile
— part of check-in
[74db1e8212]
at
2016-07-09 21:24:03
on branch trunk
— Add SSLConnectionFailedException
This way, when an SSLSocket is passed where an OFTCPSocket is expected,
the description will still contain the error and no special code for
SSLSocket is necessary. (user: js, size: 339) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | + - + | include ../extra.mk SHARED_LIB = ${OBJOPENSSL_SHARED_LIB} STATIC_LIB = ${OBJOPENSSL_STATIC_LIB} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = SSLConnectionFailedException.m \ |
︙ |