Lines 1-5
Link Here
|
1 |
--- ./src/nrpe.c.orig 2013-09-06 17:27:13.000000000 +0200 |
1 |
--- src/nrpe.c.orig 2013-09-06 15:27:13 UTC |
2 |
+++ ./src/nrpe.c 2013-10-05 17:15:33.000000000 +0200 |
2 |
+++ src/nrpe.c |
3 |
@@ -30,6 +30,8 @@ |
3 |
@@ -30,6 +30,8 @@ |
4 |
#include "utils.h" |
4 |
#include "utils.h" |
5 |
#include "acl.h" |
5 |
#include "acl.h" |
Lines 19-24
Link Here
|
19 |
|
19 |
|
20 |
|
20 |
|
21 |
int main(int argc, char **argv){ |
21 |
int main(int argc, char **argv){ |
|
|
22 |
@@ -266,7 +270,7 @@ int main(int argc, char **argv){ |
23 |
|
24 |
/* use anonymous DH ciphers */ |
25 |
SSL_CTX_set_cipher_list(ctx,"ADH"); |
26 |
- dh=get_dh512(); |
27 |
+ dh=get_dh2048(); |
28 |
SSL_CTX_set_tmp_dh(ctx,dh); |
29 |
DH_free(dh); |
30 |
if(debug==TRUE) |
22 |
@@ -969,8 +973,14 @@ |
31 |
@@ -969,8 +973,14 @@ |
23 |
continue; |
32 |
continue; |
24 |
|
33 |
|