[Pkg-openssl-changes] r254 - in openssl/branches/upstream/current: apps ssl tools

kroeckx at alioth.debian.org kroeckx at alioth.debian.org
Sat Oct 20 10:46:14 UTC 2007


Author: kroeckx
Date: 2007-10-20 10:46:13 +0000 (Sat, 20 Oct 2007)
New Revision: 254

Modified:
   openssl/branches/upstream/current/apps/CA.pl
   openssl/branches/upstream/current/ssl/ssl.h
   openssl/branches/upstream/current/tools/c_rehash
Log:
[svn-upgrade] Integrating new upstream version, openssl (0.9.8g)

Modified: openssl/branches/upstream/current/apps/CA.pl
===================================================================
--- openssl/branches/upstream/current/apps/CA.pl	2007-10-13 13:52:15 UTC (rev 253)
+++ openssl/branches/upstream/current/apps/CA.pl	2007-10-20 10:46:13 UTC (rev 254)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl5
+#!/usr/bin/perl
 #
 # CA - wrapper around ca to make it easier to use ... basically ca requires
 #      some setup stuff to be done before you can use it and this makes

Modified: openssl/branches/upstream/current/ssl/ssl.h
===================================================================
--- openssl/branches/upstream/current/ssl/ssl.h	2007-10-13 13:52:15 UTC (rev 253)
+++ openssl/branches/upstream/current/ssl/ssl.h	2007-10-20 10:46:13 UTC (rev 254)
@@ -990,7 +990,6 @@
 	int first_packet;
 	int client_version;	/* what was passed, used for
 				 * SSLv3/TLS rollback check */
-	unsigned int max_send_fragment;
 #ifndef OPENSSL_NO_TLSEXT
 	/* TLS extension debug callback */
 	void (*tlsext_debug_cb)(SSL *s, int client_server, int type,

Modified: openssl/branches/upstream/current/tools/c_rehash
===================================================================
--- openssl/branches/upstream/current/tools/c_rehash	2007-10-13 13:52:15 UTC (rev 253)
+++ openssl/branches/upstream/current/tools/c_rehash	2007-10-20 10:46:13 UTC (rev 254)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl5
+#!/usr/bin/perl
 
 
 # Perl c_rehash script, scan all files in a directory




More information about the Pkg-openssl-changes mailing list