summaryrefslogtreecommitdiff
path: root/cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher.c')
-rw-r--r--cipher.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/cipher.c b/cipher.c
index 20fa59c6a..b264063c4 100644
--- a/cipher.c
+++ b/cipher.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cipher.c,v 1.80 2006/07/22 20:48:22 stevesk Exp $ */ 1/* $OpenBSD: cipher.c,v 1.81 2006/08/03 03:34:42 deraadt 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
@@ -37,9 +37,12 @@
37 37
38#include "includes.h" 38#include "includes.h"
39 39
40#include <sys/types.h>
41
40#include <openssl/md5.h> 42#include <openssl/md5.h>
41 43
42#include <string.h> 44#include <string.h>
45#include <stdarg.h>
43 46
44#include "xmalloc.h" 47#include "xmalloc.h"
45#include "log.h" 48#include "log.h"