summaryrefslogtreecommitdiff
path: root/key.c
diff options
context:
space:
mode:
Diffstat (limited to 'key.c')
-rw-r--r--key.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/key.c b/key.c
index 745c474f9..40aab20ea 100644
--- a/key.c
+++ b/key.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: key.c,v 1.66 2006/08/01 23:22:47 stevesk Exp $ */ 1/* $OpenBSD: key.c,v 1.67 2006/08/03 03:34:42 deraadt Exp $ */
2/* 2/*
3 * read_bignum(): 3 * read_bignum():
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -32,8 +32,11 @@
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
33 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 */ 34 */
35
35#include "includes.h" 36#include "includes.h"
36 37
38#include <sys/types.h>
39
37#include <openssl/evp.h> 40#include <openssl/evp.h>
38 41
39#include <stdio.h> 42#include <stdio.h>
@@ -44,7 +47,6 @@
44#include "rsa.h" 47#include "rsa.h"
45#include "uuencode.h" 48#include "uuencode.h"
46#include "buffer.h" 49#include "buffer.h"
47#include "bufaux.h"
48#include "log.h" 50#include "log.h"
49 51
50Key * 52Key *