blob: 4ea1912e6d56b251753ff22ef24713662ad2bfdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
diff -dPNur bsdftpd-ssl-1.0.2.orig/ftp/ftp_var.h bsdftpd-ssl-1.0.2/ftp/ftp_var.h
--- bsdftpd-ssl-1.0.2.orig/ftp/ftp_var.h 2004-05-30 19:19:37.000000000 +0000
+++ bsdftpd-ssl-1.0.2/ftp/ftp_var.h 2012-01-13 20:30:15.000000000 +0000
@@ -61,7 +61,6 @@
#endif /* LINUX */
#endif /* !SMALL */
-#include "extern.h"
#define HASHBYTES 1024
#define FTPBUFLEN MAXPATHLEN + 200
@@ -200,6 +199,8 @@
struct macel macros[16];
char macbuf[4096];
+#include "extern.h"
+
#include "sslapp.h"
#include "ssl_port_ftps.h"
|