summaryrefslogtreecommitdiff
path: root/key.c
diff options
context:
space:
mode:
Diffstat (limited to 'key.c')
-rw-r--r--key.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/key.c b/key.c
index 8e6ccc2bf..e6868de6d 100644
--- a/key.c
+++ b/key.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: key.c,v 1.64 2006/03/25 13:17:02 djm Exp $ */ 1/* $OpenBSD: key.c,v 1.65 2006/07/22 20:48:23 stevesk 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
@@ -36,6 +36,8 @@
36 36
37#include <openssl/evp.h> 37#include <openssl/evp.h>
38 38
39#include <string.h>
40
39#include "xmalloc.h" 41#include "xmalloc.h"
40#include "key.h" 42#include "key.h"
41#include "rsa.h" 43#include "rsa.h"