diff options
author | djm@openbsd.org <djm@openbsd.org> | 2015-11-11 02:48:01 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-11-16 01:31:35 +0100 |
commit | 7d4c7513a7f209cb303a608ac6e46b3f1dfc11ec (patch) | |
tree | 2c5764b03c00c2a4f7d4609f3506e61374a1d7ae /monitor_wrap.h | |
parent | read back from libcrypto RAND when privdropping (diff) | |
download | openssh-7d4c7513a7f209cb303a608ac6e46b3f1dfc11ec.tar.xz openssh-7d4c7513a7f209cb303a608ac6e46b3f1dfc11ec.zip |
upstream commit
remove prototypes for long-gone s/key support; ok
dtucker@
Upstream-ID: db5bed3c57118af986490ab23d399df807359a79
Diffstat (limited to 'monitor_wrap.h')
-rw-r--r-- | monitor_wrap.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/monitor_wrap.h b/monitor_wrap.h index de4a08f99..2b8c18d6a 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_wrap.h,v 1.27 2015/05/01 03:23:51 djm Exp $ */ +/* $OpenBSD: monitor_wrap.h,v 1.28 2015/11/11 01:48:01 djm Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> @@ -98,10 +98,6 @@ void mm_send_keystate(struct monitor*); int mm_bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **); int mm_bsdauth_respond(void *, u_int, char **); -/* skey */ -int mm_skey_query(void *, char **, char **, u_int *, char ***, u_int **); -int mm_skey_respond(void *, u_int, char **); - /* zlib allocation hooks */ void mm_init_compression(struct mm_master *); |