[openssh-commits] [openssh] 01/02: Import readpassphrase.c rev 1.25.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Oct 19 03:29:33 AEDT 2016
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit f901440cc844062c9bab0183d133f7ccc58ac3a5
Author: Darren Tucker <dtucker at zip.com.au>
Date: Wed Oct 19 03:23:16 2016 +1100
Import readpassphrase.c rev 1.25.
Wrap <readpassphrase.h> so internal calls go direct and
readpassphrase is weak.
(DEF_WEAK is a no-op in portable.)
---
openbsd-compat/readpassphrase.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/openbsd-compat/readpassphrase.c b/openbsd-compat/readpassphrase.c
index c99b4e2..783cc9e 100644
--- a/openbsd-compat/readpassphrase.c
+++ b/openbsd-compat/readpassphrase.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: readpassphrase.c,v 1.24 2013/11/24 23:51:29 deraadt Exp $ */
+/* $OpenBSD: readpassphrase.c,v 1.25 2015/09/14 10:45:27 guenther Exp $ */
/*
* Copyright (c) 2000-2002, 2007, 2010
@@ -195,6 +195,7 @@ restart:
errno = save_errno;
return(nr == -1 ? NULL : buf);
}
+DEF_WEAK(readpassphrase);
#if 0
char *
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list