summaryrefslogtreecommitdiff
path: root/authfile.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-12 22:24:22 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-12 22:24:22 +1000
commitba724050263c0bca0a7dffa26462d046c4df7e01 (patch)
tree24ff53e2ae8b305cb13c2ec37da602938ba526d0 /authfile.c
parent57f4224677c5678d6256df865ea858de9ad915f3 (diff)
- stevesk@cvs.openbsd.org 2006/07/11 20:27:56
[authfile.c ssh.c] need <errno.h> here also (it's also included in <openssl/err.h>)
Diffstat (limited to 'authfile.c')
-rw-r--r--authfile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/authfile.c b/authfile.c
index e928b0b0e..cf3d3d9e1 100644
--- a/authfile.c
+++ b/authfile.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: authfile.c,v 1.68 2006/07/09 15:15:10 stevesk Exp $ */ 1/* $OpenBSD: authfile.c,v 1.69 2006/07/11 20:27:56 stevesk Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -45,6 +45,7 @@
45#include <openssl/evp.h> 45#include <openssl/evp.h>
46#include <openssl/pem.h> 46#include <openssl/pem.h>
47 47
48#include <errno.h>
48#include <fcntl.h> 49#include <fcntl.h>
49 50
50#include "cipher.h" 51#include "cipher.h"