On Thu, 23 Sep 2010 23:54:49 -0700 "Enlightenment SVN"
<no-re...@enlightenment.org> wrote:

> Log:
>   add session ticket support for gnutls, also add extremely detailed
> handshake error messages 
> Author:       discomfitor
> Date:         2010-09-23 23:54:49 -0700 (Thu, 23 Sep 2010)
> New Revision: 52675
> 
> Modified:
>   trunk/ecore/src/lib/ecore_con/ecore_con_private.h
> trunk/ecore/src/lib/ecore_con/ecore_con_ssl.c 

ecore_con_ssl.c: In function ‘SSL_GNUTLS_PRINT_HANDSHAKE_STATUS’:
ecore_con_ssl.c:60: error: ‘GNUTLS_HANDSHAKE_NEW_SESSION_TICKET’
undeclared (first use in this function)

That symbol is not in my version of gnutls, and this is on a fresh
install of the latest stable Ubuntu.  Using a more bleeding edge
version of gnutls than 2.8.5 and not checking for that version?

Also getting these (compiling on a 64 bit system) -

ecore_con_ssl.c: In function ‘_ecore_con_ssl_server_init_gnutls’:
ecore_con_ssl.c:447: warning: cast to pointer from integer of different
size ecore_con_ssl.c: In function ‘_ecore_con_ssl_client_init_gnutls’:
ecore_con_ssl.c:683: warning: cast to pointer from integer of different
size

Commenting out the above unknown symbol lets it compile, but then
efreet fails with -

/opt/e17/lib/libecore_con.so.1: undefined reference to
`gnutls_session_ticket_enable_server' /opt/e17/lib/libecore_con.so.1:
undefined reference to
`gnutls_session_ticket_key_generate' /opt/e17/lib/libecore_con.so.1:
undefined reference to `gnutls_session_ticket_enable_client'

For what it's worth.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to