summaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha1_one.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-16 14:40:06 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-16 14:40:06 +0000
commitd749e1080a4ec0ae6af5edc4851379fbc2a5ebca (patch)
tree44e436481d60d2cdcfe54e141d554c5302ccc6c2 /crypto/sha/sha1_one.c
parent0fbf8f447b6063b2023ddbf8e8caa57a29aa368a (diff)
Experimental symbol renaming to avoid clashes with regular OpenSSL.
Make sure crypto.h is included first in any affected files.
Diffstat (limited to 'crypto/sha/sha1_one.c')
-rw-r--r--crypto/sha/sha1_one.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha1_one.c b/crypto/sha/sha1_one.c
index 7c65b60276..c56ec94020 100644
--- a/crypto/sha/sha1_one.c
+++ b/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)