From c7b5a2411a316bff3e3bda9e5fdac72db66f6269 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Mon, 26 Oct 2009 15:47:52 +0000 Subject: Ticket #957: - Added features in secure socket: handshake timeout timer, certificate info, renegotiation API. - Added unit test for secure socket, along with testing purpose certificate & private key. - Updated build configs for secure socket. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2970 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'aconfigure.ac') diff --git a/aconfigure.ac b/aconfigure.ac index ec4ae542..7c914907 100644 --- a/aconfigure.ac +++ b/aconfigure.ac @@ -759,6 +759,7 @@ AC_ARG_ENABLE(ssl, if test "x$openssl_h_present" = "x1" -a "x$libssl_present" = "x1" -a "x$libcrypto_present" = "x1"; then AC_MSG_RESULT([OpenSSL library found, SSL support enabled]) AC_DEFINE(PJSIP_HAS_TLS_TRANSPORT, 1) + AC_DEFINE(PJ_HAS_SSL_SOCK, 1) else AC_MSG_RESULT([** OpenSSL libraries not found, disabling SSL support **]) fi -- cgit v1.2.3