summaryrefslogtreecommitdiff
path: root/security/openssh-portable/files/extra-patch-gssapi-kexgsss.c
blob: 073b30d9e6e29ab80ce3fb0424a224b8e190903e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Fix prototype for DH_get0_key() in kexgssgex_server().

--- kexgsss.c.orig	2020-11-24 12:39:25.548427000 -0800
+++ kexgsss.c	2020-11-24 12:39:47.591119000 -0800
@@ -31,6 +31,9 @@
 #include <openssl/crypto.h>
 #include <openssl/bn.h>
 
+#include <openssl/dh.h>
+#include "openbsd-compat/openssl-compat.h"
+
 #include "xmalloc.h"
 #include "sshbuf.h"
 #include "ssh2.h"