[openssh-commits] [openssh] 01/01: Remove DEF_WEAK, it's already in defines.h.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Sep 2 16:43:56 AEST 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 6cb6f660bb35f77a0456dd2581ddf39c29398a5e
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Sep 2 16:43:27 2022 +1000

    Remove DEF_WEAK, it's already in defines.h.
---
 openbsd-compat/arc4random.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/openbsd-compat/arc4random.c b/openbsd-compat/arc4random.c
index ae48cce9..02f15f9c 100644
--- a/openbsd-compat/arc4random.c
+++ b/openbsd-compat/arc4random.c
@@ -52,8 +52,6 @@
 # define getentropy(x, y) (_ssh_compat_getentropy((x), (y)))
 #endif
 
-#define DEF_WEAK(x)
-
 #include "log.h"
 
 #define KEYSTREAM_ONLY

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list