summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-11-16 12:08:30 +1000
committerPauli <paul.dale@oracle.com>2020-11-19 07:39:13 +1000
commit5687afdf032ac1d0e92958c209f6c493c347fa25 (patch)
tree29026fe61433751ae7d302ba5a45725420351db5 /include
parent1dc188ba0e7bd00e206d0190b2128e96287838df (diff)
rename sha1_ctrl to ossl_sha1_ctrl.
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13417)
Diffstat (limited to 'include')
-rw-r--r--include/crypto/sha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/sha.h b/include/crypto/sha.h
index 57a3d20d0e..450c011f92 100644
--- a/include/crypto/sha.h
+++ b/include/crypto/sha.h
@@ -15,6 +15,6 @@
int sha512_224_init(SHA512_CTX *);
int sha512_256_init(SHA512_CTX *);
-int sha1_ctrl(SHA_CTX *ctx, int cmd, int mslen, void *ms);
+int ossl_sha1_ctrl(SHA_CTX *ctx, int cmd, int mslen, void *ms);
#endif