blob: 661563641c24a1256586e3ca2aa3568ef2aabc66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- bbftpd.c.orig 2005-05-03 08:43:34 UTC
+++ bbftpd.c
@@ -104,6 +104,7 @@
#include <byteswap.h>
#endif
+#include <openssl/err.h>
#include <openssl/rsa.h>
#ifdef WITH_GZIP
|