diff options
Diffstat (limited to 'www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m')
-rw-r--r-- | www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m b/www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m new file mode 100644 index 000000000000..d2207fc1286b --- /dev/null +++ b/www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m @@ -0,0 +1,13 @@ +--- SoObjects/SOGo/NSData+Crypto.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/NSData+Crypto.m +@@ -23,10 +23,6 @@ + * Boston, MA 02111-1307, USA. + */ + +-#ifndef __OpenBSD__ +-#include <crypt.h> +-#endif +- + #include <sys/types.h> + #include <sys/stat.h> + #include <fcntl.h> |