aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/sha/sha1_one.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/sha/sha1_one.c')
-rw-r--r--openssl/crypto/sha/sha1_one.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/sha/sha1_one.c b/openssl/crypto/sha/sha1_one.c
index 7c65b6027..c56ec9402 100644
--- a/openssl/crypto/sha/sha1_one.c
+++ b/openssl/crypto/sha/sha1_one.c
@@ -58,8 +58,8 @@
#include <stdio.h>
#include <string.h>
-#include <openssl/sha.h>
#include <openssl/crypto.h>
+#include <openssl/sha.h>
#ifndef OPENSSL_NO_SHA1
unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md)