diff options
Diffstat (limited to 'debian/patches/dnssec-sshfp.patch')
-rw-r--r-- | debian/patches/dnssec-sshfp.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/dnssec-sshfp.patch b/debian/patches/dnssec-sshfp.patch index 8e8285a1f..0615de097 100644 --- a/debian/patches/dnssec-sshfp.patch +++ b/debian/patches/dnssec-sshfp.patch | |||
@@ -9,7 +9,7 @@ Index: b/dns.c | |||
9 | =================================================================== | 9 | =================================================================== |
10 | --- a/dns.c | 10 | --- a/dns.c |
11 | +++ b/dns.c | 11 | +++ b/dns.c |
12 | @@ -177,6 +177,7 @@ | 12 | @@ -196,6 +196,7 @@ |
13 | { | 13 | { |
14 | u_int counter; | 14 | u_int counter; |
15 | int result; | 15 | int result; |
@@ -17,7 +17,7 @@ Index: b/dns.c | |||
17 | struct rrsetinfo *fingerprints = NULL; | 17 | struct rrsetinfo *fingerprints = NULL; |
18 | 18 | ||
19 | u_int8_t hostkey_algorithm; | 19 | u_int8_t hostkey_algorithm; |
20 | @@ -200,8 +201,19 @@ | 20 | @@ -219,8 +220,19 @@ |
21 | return -1; | 21 | return -1; |
22 | } | 22 | } |
23 | 23 | ||