forked from rpms/openssh
Coverity -> FIPS patch
This commit is contained in:
parent
31536c7ac6
commit
84d3989ec8
@ -399,14 +399,3 @@ diff -up openssh-6.8p1/sshd.c.coverity openssh-6.8p1/sshd.c
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
diff -up openssh-6.8p1/sshkey.c.coverity openssh-6.8p1/sshkey.c
|
|
||||||
--- openssh-6.8p1/sshkey.c.coverity 2015-03-18 17:21:58.285251452 +0100
|
|
||||||
+++ openssh-6.8p1/sshkey.c 2015-03-18 17:45:32.232705363 +0100
|
|
||||||
@@ -58,6 +58,7 @@
|
|
||||||
#include "digest.h"
|
|
||||||
#define SSHKEY_INTERNAL
|
|
||||||
#include "sshkey.h"
|
|
||||||
+#include "log.h"
|
|
||||||
#include "match.h"
|
|
||||||
|
|
||||||
/* openssh private key file format */
|
|
||||||
|
@ -628,6 +628,14 @@ diff -up openssh-7.2p1/sshkey.c.fips openssh-7.2p1/sshkey.c
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "crypto_api.h"
|
#include "crypto_api.h"
|
||||||
|
@@ -58,6 +58,7 @@
|
||||||
|
#include "digest.h"
|
||||||
|
#define SSHKEY_INTERNAL
|
||||||
|
#include "sshkey.h"
|
||||||
|
+#include "log.h"
|
||||||
|
#include "match.h"
|
||||||
|
|
||||||
|
/* openssh private key file format */
|
||||||
@@ -1554,6 +1555,8 @@ rsa_generate_private_key(u_int bits, RSA
|
@@ -1554,6 +1555,8 @@ rsa_generate_private_key(u_int bits, RSA
|
||||||
}
|
}
|
||||||
if (!BN_set_word(f4, RSA_F4) ||
|
if (!BN_set_word(f4, RSA_F4) ||
|
||||||
|
Loading…
Reference in New Issue
Block a user