summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd.c b/sshd.c
index c788ac016..d34b1a79d 100644
--- a/sshd.c
+++ b/sshd.c
@@ -42,7 +42,7 @@
42 */ 42 */
43 43
44#include "includes.h" 44#include "includes.h"
45RCSID("$OpenBSD: sshd.c,v 1.232 2002/03/19 03:03:43 stevesk Exp $"); 45RCSID("$OpenBSD: sshd.c,v 1.233 2002/03/19 10:35:39 markus Exp $");
46 46
47#include <openssl/dh.h> 47#include <openssl/dh.h>
48#include <openssl/bn.h> 48#include <openssl/bn.h>
@@ -516,7 +516,7 @@ demote_sensitive_data(void)
516 /* We do not clear ssh1_host key and cookie. XXX - Okay Niels? */ 516 /* We do not clear ssh1_host key and cookie. XXX - Okay Niels? */
517} 517}
518 518
519void 519static void
520privsep_preauth_child(void) 520privsep_preauth_child(void)
521{ 521{
522 u_int32_t rand[256]; 522 u_int32_t rand[256];
@@ -546,7 +546,7 @@ privsep_preauth_child(void)
546 setuid(options.unprivileged_user); 546 setuid(options.unprivileged_user);
547} 547}
548 548
549void 549static void
550privsep_postauth(Authctxt *authctxt, pid_t pid) 550privsep_postauth(Authctxt *authctxt, pid_t pid)
551{ 551{
552 extern Authctxt *x_authctxt; 552 extern Authctxt *x_authctxt;