]> git.pld-linux.org Git - packages/dovecot.git/blame - crypt.patch
- release 3 (by relup.sh)
[packages/dovecot.git] / crypt.patch
CommitLineData
873b8c34
AM
1--- dovecot-2.3.2.1/src/auth/mycrypt.c~ 2018-04-30 15:52:04.000000000 +0200
2+++ dovecot-2.3.2.1/src/auth/mycrypt.c 2018-08-10 12:30:04.828556600 +0200
3@@ -14,6 +14,7 @@
4 # define _XPG6 /* Some Solaris versions require this, some break with this */
5 #endif
6 #include <unistd.h>
7+#include <crypt.h>
8
9 #include "mycrypt.h"
10
This page took 0.020777 seconds and 4 git commands to generate.