Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist Mark do_ca_sign as dead.



details:   https://anonhg.NetBSD.org/src/rev/1201354fe201
branches:  trunk
changeset: 827015:1201354fe201
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Oct 08 20:19:05 2017 +0000

description:
Mark do_ca_sign as dead.

diffstat:

 crypto/external/bsd/openssh/dist/ssh-keygen.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 78b6195c63b6 -r 1201354fe201 crypto/external/bsd/openssh/dist/ssh-keygen.c
--- a/crypto/external/bsd/openssh/dist/ssh-keygen.c     Sun Oct 08 19:00:29 2017 +0000
+++ b/crypto/external/bsd/openssh/dist/ssh-keygen.c     Sun Oct 08 20:19:05 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ssh-keygen.c,v 1.27 2017/10/07 19:39:19 christos Exp $ */
+/*     $NetBSD: ssh-keygen.c,v 1.28 2017/10/08 20:19:05 joerg Exp $    */
 /* $OpenBSD: ssh-keygen.c,v 1.307 2017/07/07 03:53:12 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo%cs.hut.fi@localhost>
@@ -14,7 +14,7 @@
  */
 
 #include "includes.h"
-__RCSID("$NetBSD: ssh-keygen.c,v 1.27 2017/10/07 19:39:19 christos Exp $");
+__RCSID("$NetBSD: ssh-keygen.c,v 1.28 2017/10/08 20:19:05 joerg Exp $");
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
@@ -1638,7 +1638,7 @@
            data, datalen, alg, compat);
 }
 
-static void
+__dead static void
 do_ca_sign(struct passwd *pw, int argc, char **argv)
 {
        int r, i, fd, found, agent_fd = -1;



Home | Main Index | Thread Index | Old Index