diff options
Diffstat (limited to 'net-misc/openssh/files/openssh-6.7_p1-xmalloc-include.patch')
-rw-r--r-- | net-misc/openssh/files/openssh-6.7_p1-xmalloc-include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/openssh/files/openssh-6.7_p1-xmalloc-include.patch b/net-misc/openssh/files/openssh-6.7_p1-xmalloc-include.patch new file mode 100644 index 000000000000..170031daad36 --- /dev/null +++ b/net-misc/openssh/files/openssh-6.7_p1-xmalloc-include.patch @@ -0,0 +1,11 @@ +diff -ur openssh-6.7p1.orig/ssh-rsa.c openssh-6.7p1/ssh-rsa.c +--- openssh-6.7p1.orig/ssh-rsa.c 2015-02-24 14:52:54.512197868 -0800 ++++ openssh-6.7p1/ssh-rsa.c 2015-02-27 11:48:54.173951646 -0800 +@@ -34,6 +34,7 @@ + #include "sshkey.h" + #include "digest.h" + #include "evp-compat.h" ++#include "xmalloc.h" + + /*NOTE: Do not define USE_LEGACY_RSA_... if build + is with FIPS capable OpenSSL */ |