Skip to content

Commit e46452f

Browse files
authored
Merge pull request #661 from tgauth/fix-commit-history
Fix commit history
2 parents e3be0b7 + 3928cc8 commit e46452f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

contrib/win32/openssh/config.h.vs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,5 +1768,3 @@
17681768
#define HAVE_EVP_PKEY_GET0_RSA 1
17691769
#define HAVE_EVP_MD_CTX_NEW 1
17701770
#define HAVE_EVP_MD_CTX_FREE 1
1771-
1772-

openbsd-compat/arc4random.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,4 @@ arc4random_buf(void *_buf, size_t n)
289289
}
290290
explicit_bzero(&r, sizeof(r));
291291
}
292-
#endif /* !defined(HAVE_ARC4RANDOM_BUF) && defined(HAVE_ARC4RANDOM) */
292+
#endif /* !defined(HAVE_ARC4RANDOM_BUF) && defined(HAVE_ARC4RANDOM) */

0 commit comments

Comments
 (0)