summaryrefslogtreecommitdiff
path: root/debian/patches/counter_type_for_bytes.patch
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2016-05-11 17:44:28 +0200
committerAlberto Gonzalez Iniesta <agi@inittab.org>2016-05-11 17:44:28 +0200
commit0facc898a6cfdf4d016ac7fda3d735e822c3efce (patch)
tree362fecb992ae82658c5eea9899eea6e87432d4d9 /debian/patches/counter_type_for_bytes.patch
parentf40440678807c65e02743d51a55b229641e09dbf (diff)
Remove old patchesdebian/2.3.11-1
Diffstat (limited to 'debian/patches/counter_type_for_bytes.patch')
-rw-r--r--debian/patches/counter_type_for_bytes.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/counter_type_for_bytes.patch b/debian/patches/counter_type_for_bytes.patch
deleted file mode 100644
index 7763c9a..0000000
--- a/debian/patches/counter_type_for_bytes.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: openvpn-2.1.3/ssl.h
-===================================================================
---- openvpn-2.1.3.orig/ssl.h 2011-03-11 12:35:32.000000000 +0100
-+++ openvpn-2.1.3/ssl.h 2011-03-11 12:59:08.883318001 +0100
-@@ -378,8 +378,8 @@
-
- struct buffer_list *paybuf;
-
-- int n_bytes; /* how many bytes sent/recvd since last key exchange */
-- int n_packets; /* how many packets sent/recvd since last key exchange */
-+ counter_type n_bytes; /* how many bytes sent/recvd since last key exchange */
-+ counter_type n_packets; /* how many packets sent/recvd since last key exchange */
-
- /*
- * If bad username/password, TLS connection will come up but 'authenticated' will be false.