summaryrefslogtreecommitdiff
path: root/key.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-02-24 12:01:40 +1100
committerDamien Miller <djm@mindrot.org>2003-02-24 12:01:40 +1100
commite8a240f966c567304d810ba0234bca326e4abecb (patch)
tree3de903c87fc6cdcae4a631f1c7670cc5c8a7b643 /key.c
parent7b406276c45abede9a3e6d5b979b37b8d50287f7 (diff)
- markus@cvs.openbsd.org 2003/02/12 09:33:04
[key.c key.h ssh-dss.c ssh-rsa.c] merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
Diffstat (limited to 'key.c')
-rw-r--r--key.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/key.c b/key.c
index c87bfcbf0..060b63745 100644
--- a/key.c
+++ b/key.c
@@ -32,15 +32,13 @@
32 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 */ 33 */
34#include "includes.h" 34#include "includes.h"
35RCSID("$OpenBSD: key.c,v 1.50 2003/02/04 09:32:08 markus Exp $"); 35RCSID("$OpenBSD: key.c,v 1.51 2003/02/12 09:33:04 markus Exp $");
36 36
37#include <openssl/evp.h> 37#include <openssl/evp.h>
38 38
39#include "xmalloc.h" 39#include "xmalloc.h"
40#include "key.h" 40#include "key.h"
41#include "rsa.h" 41#include "rsa.h"
42#include "ssh-dss.h"
43#include "ssh-rsa.h"
44#include "uuencode.h" 42#include "uuencode.h"
45#include "buffer.h" 43#include "buffer.h"
46#include "bufaux.h" 44#include "bufaux.h"