mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Merge pull request #661 from tgauth/fix-commit-history
Fix commit history
This commit is contained in:
commit
e46452f647
@ -1768,5 +1768,3 @@
|
|||||||
#define HAVE_EVP_PKEY_GET0_RSA 1
|
#define HAVE_EVP_PKEY_GET0_RSA 1
|
||||||
#define HAVE_EVP_MD_CTX_NEW 1
|
#define HAVE_EVP_MD_CTX_NEW 1
|
||||||
#define HAVE_EVP_MD_CTX_FREE 1
|
#define HAVE_EVP_MD_CTX_FREE 1
|
||||||
|
|
||||||
|
|
||||||
|
@ -289,4 +289,4 @@ arc4random_buf(void *_buf, size_t n)
|
|||||||
}
|
}
|
||||||
explicit_bzero(&r, sizeof(r));
|
explicit_bzero(&r, sizeof(r));
|
||||||
}
|
}
|
||||||
#endif /* !defined(HAVE_ARC4RANDOM_BUF) && defined(HAVE_ARC4RANDOM) */
|
#endif /* !defined(HAVE_ARC4RANDOM_BUF) && defined(HAVE_ARC4RANDOM) */
|
Loading…
x
Reference in New Issue
Block a user