diff options
| author | manuel <manuel@mausz.at> | 2018-09-17 18:01:21 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2018-09-17 18:01:21 +0200 |
| commit | 6ce418f63ceeda3d02246c6044c969d5f8f08b26 (patch) | |
| tree | 4d3745f697373dbde0f966148f0d7a88a32c5e56 /realrcptto.c | |
| parent | 2280dac6e0e98ea11e178b1331cde5ced97a4b36 (diff) | |
| download | qmail-6ce418f63ceeda3d02246c6044c969d5f8f08b26.tar.gz qmail-6ce418f63ceeda3d02246c6044c969d5f8f08b26.tar.bz2 qmail-6ce418f63ceeda3d02246c6044c969d5f8f08b26.zip | |
Enable PRIORITIZE_CHACHA per default
Diffstat (limited to 'realrcptto.c')
| -rw-r--r-- | realrcptto.c | 2 |
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 | ||
| 22 | extern void die_nomem(); | 24 | extern void die_nomem(); |
