summaryrefslogtreecommitdiff
path: root/cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher.c')
-rw-r--r--cipher.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/cipher.c b/cipher.c
index c42963897..20fa59c6a 100644
--- a/cipher.c
+++ b/cipher.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cipher.c,v 1.79 2006/03/25 13:17:01 djm Exp $ */ 1/* $OpenBSD: cipher.c,v 1.80 2006/07/22 20:48:22 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
@@ -37,12 +37,14 @@
37 37
38#include "includes.h" 38#include "includes.h"
39 39
40#include <openssl/md5.h>
41
42#include <string.h>
43
40#include "xmalloc.h" 44#include "xmalloc.h"
41#include "log.h" 45#include "log.h"
42#include "cipher.h" 46#include "cipher.h"
43 47
44#include <openssl/md5.h>
45
46/* compatibility with old or broken OpenSSL versions */ 48/* compatibility with old or broken OpenSSL versions */
47#include "openbsd-compat/openssl-compat.h" 49#include "openbsd-compat/openssl-compat.h"
48 50