]> andersk Git - openssh.git/blobdiff - ssh-agent.c
- markus@cvs.openbsd.org 2003/09/23 20:17:11
[openssh.git] / ssh-agent.c
index 28a39a93451f295d5f7feef18908ffcce76c0a61..0fe877299746cd77d9d7ecad36c5a6f122ef97ba 100644 (file)
@@ -35,7 +35,7 @@
 
 #include "includes.h"
 #include "openbsd-compat/sys-queue.h"
-RCSID("$OpenBSD: ssh-agent.c,v 1.113 2003/09/19 11:29:40 markus Exp $");
+RCSID("$OpenBSD: ssh-agent.c,v 1.114 2003/09/23 20:17:11 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/md5.h>
@@ -957,7 +957,7 @@ cleanup_socket(void)
                rmdir(socket_dir);
 }
 
-static void
+void
 cleanup_exit(int i)
 {
        cleanup_socket();
@@ -971,17 +971,6 @@ cleanup_handler(int sig)
        _exit(2);
 }
 
-void
-fatal(const char *fmt,...)
-{
-       va_list args;
-       va_start(args, fmt);
-       do_log(SYSLOG_LEVEL_FATAL, fmt, args);
-       va_end(args);
-       cleanup_socket();
-       _exit(255);
-}
-
 static void
 check_parent_exists(int sig)
 {
This page took 0.03244 seconds and 4 git commands to generate.