Differences From Artifact [03f212863f]:
- File
configure.ac
— part of check-in
[071d74e840]
at
2015-05-24 19:33:09
on branch trunk
— Conform to OFTLSSocket
This also introduces automatic certificate verification and enables it
by default, as required by OFTLSSocket.There are still TODOs until OFTLSSocket is fully implemented. (user: js, size: 1699) [annotate] [blame] [check-ins using]
To Artifact [cf425147e2]:
- File
configure.ac
— part of check-in
[0326ada0ff]
at
2016-07-09 20:19:20
on branch trunk
— Change webkeks.org -> heap.zone
While at it, also update the copyright years where they were incomplete. (user: js, size: 1697) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | AC_INIT(ObjOpenSSL, 0.1, js@heap.zone) AC_CONFIG_SRCDIR(src) AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config) AS_IF([test x"$OBJFW_CONFIG" = x""], [ AC_MSG_ERROR(You need ObjFW and objfw-config installed!) ]) |
︙ | ︙ |