11 lines
390 B
Diff
11 lines
390 B
Diff
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 */
|