Differences From 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]
To Artifact [b4ded8f30b]:
- File src/Makefile — part of check-in [7dc1bed92b] at 2018-01-21 20:54:38 on branch trunk — Add support for building as a .framework (user: js, size: 375) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 | + | include ../extra.mk SHARED_LIB = ${OBJOPENSSL_SHARED_LIB} STATIC_LIB = ${OBJOPENSSL_STATIC_LIB} FRAMEWORK = ${OBJOPENSSL_FRAMEWORK} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = SSLConnectionFailedException.m \ SSLInvalidCertificateException.m \ SSLSocket.m \ X509Certificate.m |
︙ |