|
@@ -1,6 +1,8 @@
|
|
|
/*
|
|
|
* $Id$
|
|
|
*
|
|
|
+ * TLS module - OpenSSL initialization funtions
|
|
|
+ *
|
|
|
* Copyright (C) 2001-2003 FhG FOKUS
|
|
|
* Copyright (C) 2004,2005 Free Software Foundation, Inc.
|
|
|
* Copyright (C) 2005,2006 iptelorg GmbH
|
|
@@ -27,14 +29,11 @@
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
*/
|
|
|
|
|
|
-
|
|
|
#include <stdio.h>
|
|
|
#include <netinet/tcp.h>
|
|
|
#include <netinet/ip.h>
|
|
|
#include <unistd.h>
|
|
|
-
|
|
|
#include <openssl/ssl.h>
|
|
|
-
|
|
|
|
|
|
#include "../../dprint.h"
|
|
|
#include "../../mem/shm_mem.h"
|
|
@@ -143,11 +142,6 @@ static void init_ssl_methods(void)
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
/*
|
|
|
* Fix openssl compression bugs if necessary
|
|
|
*/
|