Artifact d578e34b05eb4d3f8d7dd8e100dd8961d2cc8f3051bb63f3d16ba7e542f43ab7:
- 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]
include ../extra.mk SHARED_LIB = ${OBJOPENSSL_SHARED_LIB} STATIC_LIB = ${OBJOPENSSL_STATIC_LIB} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = SSLConnectionFailedException.m \ SSLInvalidCertificateException.m \ SSLSocket.m \ X509Certificate.m INCLUDES = ${SRCS:.m=.h} \ ObjOpenSSL.h include ../buildsys.mk LD = ${OBJC}