File: 10tlsmgr.dpatch

package info (click to toggle)
postfix 2.3.8-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 15,744 kB
  • ctags: 11,426
  • sloc: ansic: 81,810; makefile: 10,743; sh: 7,874; perl: 2,468; awk: 41
file content (18 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh /usr/share/dpatch/dpatch-run
## 10tlsmgr.dpatch by "Pascal A. Dupuis" <Pascal.Dupuis@worldonline.be>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix FTBFS in tlsmgr

@DPATCH@
diff -urNad postfix-2.3~/src/tlsmgr/tlsmgr.c postfix-2.3/src/tlsmgr/tlsmgr.c
--- postfix-2.3~/src/tlsmgr/tlsmgr.c	2006-07-13 08:22:56.000000000 -0600
+++ postfix-2.3/src/tlsmgr/tlsmgr.c	2006-07-13 08:43:06.000000000 -0600
@@ -213,6 +213,7 @@
   * Tunables.
   */
 char   *var_tls_rand_source;
+int 	var_tls_daemon_rand_bytes;
 int     var_tls_rand_bytes;
 int     var_tls_reseed_period;
 int     var_tls_prng_exch_period;