Submitted By:            Igor Živković <contact@igor-zivkovic.from.hr>
Date:                    2015-01-08
Initial Package Version: 2.11.3
Upstream Status:         Not submitted
Origin:                  Self
Description:             Fixes build with LibreSSL.

diff -Naur postfix-2.11.3.orig/src/tls/tls.h postfix-2.11.3/src/tls/tls.h
--- postfix-2.11.3.orig/src/tls/tls.h	2013-12-15 14:49:17.000000000 +0100
+++ postfix-2.11.3/src/tls/tls.h	2015-01-08 18:09:21.635872707 +0100
@@ -71,6 +71,7 @@
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
 #include <openssl/rand.h>
+#include <stdint.h>
 #include <openssl/ssl.h>
 
  /* Appease indent(1) */
