summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/lhash/lhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/lhash/lhash.c')
-rw-r--r--src/lib/libcrypto/lhash/lhash.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/lhash/lhash.c b/src/lib/libcrypto/lhash/lhash.c
index bfac94a0f7..f4994f7471 100644
--- a/src/lib/libcrypto/lhash/lhash.c
+++ b/src/lib/libcrypto/lhash/lhash.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: lhash.c,v 1.16 2014/07/09 11:10:51 bcook Exp $ */ 1/* $OpenBSD: lhash.c,v 1.17 2014/07/10 22:45:57 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -97,6 +97,9 @@
97#include <stdio.h> 97#include <stdio.h>
98#include <string.h> 98#include <string.h>
99#include <stdlib.h> 99#include <stdlib.h>
100
101#include <openssl/opensslconf.h>
102
100#include <openssl/crypto.h> 103#include <openssl/crypto.h>
101#include <openssl/lhash.h> 104#include <openssl/lhash.h>
102 105