]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
Bitrot: OpenSSL 1.1.0 requires explicit #include <openssl/dh.h>
authorViktor Dukhovni <postfix-users@dukhovni.org>
Sat, 19 Mar 2016 18:36:47 +0000 (14:36 -0400)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Thu, 26 May 2016 04:43:55 +0000 (00:43 -0400)
postfix/src/tls/tls_dh.c

index da17be73a229aa2aebfc9759ef4685d0e158ce8e..be126c9a1ecd22249939915fdc2f5493ab436f2c 100644 (file)
@@ -82,6 +82,7 @@
 
 #define TLS_INTERNAL
 #include <tls.h>
+#include <openssl/dh.h>
 
 /* Application-specific. */