summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/sha_one.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/sha/sha_one.c')
-rw-r--r--src/lib/libcrypto/sha/sha_one.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/sha/sha_one.c b/src/lib/libcrypto/sha/sha_one.c
index 557d3cab6a..1d3fc35f05 100644
--- a/src/lib/libcrypto/sha/sha_one.c
+++ b/src/lib/libcrypto/sha/sha_one.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sha_one.c,v 1.7 2014/06/12 15:49:30 deraadt Exp $ */ 1/* $OpenBSD: sha_one.c,v 1.8 2014/07/10 22:45:58 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 *
@@ -58,8 +58,11 @@
58 58
59#include <stdio.h> 59#include <stdio.h>
60#include <string.h> 60#include <string.h>
61#include <openssl/sha.h> 61
62#include <openssl/opensslconf.h>
63
62#include <openssl/crypto.h> 64#include <openssl/crypto.h>
65#include <openssl/sha.h>
63 66
64#ifndef OPENSSL_NO_SHA0 67#ifndef OPENSSL_NO_SHA0
65unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md) 68unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md)