summaryrefslogtreecommitdiffstats
path: root/realrcptto.c
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2018-09-17 18:01:21 +0200
committermanuel <manuel@mausz.at>2018-09-17 18:01:21 +0200
commit6ce418f63ceeda3d02246c6044c969d5f8f08b26 (patch)
tree4d3745f697373dbde0f966148f0d7a88a32c5e56 /realrcptto.c
parent2280dac6e0e98ea11e178b1331cde5ced97a4b36 (diff)
downloadqmail-6ce418f63ceeda3d02246c6044c969d5f8f08b26.tar.gz
qmail-6ce418f63ceeda3d02246c6044c969d5f8f08b26.tar.bz2
qmail-6ce418f63ceeda3d02246c6044c969d5f8f08b26.zip
Enable PRIORITIZE_CHACHA per default
Diffstat (limited to 'realrcptto.c')
-rw-r--r--realrcptto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/realrcptto.c b/realrcptto.c
index e211654..93a7aad 100644
--- a/realrcptto.c
+++ b/realrcptto.c
@@ -2,6 +2,7 @@
2#include <sys/stat.h> 2#include <sys/stat.h>
3#include <stdlib.h> 3#include <stdlib.h>
4#include <pwd.h> 4#include <pwd.h>
5#include <string.h>
5#include "auto_break.h" 6#include "auto_break.h"
6#include "auto_usera.h" 7#include "auto_usera.h"
7#include "byte.h" 8#include "byte.h"
@@ -17,6 +18,7 @@
17#include "substdio.h" 18#include "substdio.h"
18#include "env.h" 19#include "env.h"
19#include "slurpclose.h" 20#include "slurpclose.h"
21#include "control.h"
20#include "readwrite.h" 22#include "readwrite.h"
21 23
22extern void die_nomem(); 24extern void die_nomem();