summaryrefslogtreecommitdiffstats
path: root/crypto/sha
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 /crypto/sha
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 'crypto/sha')
-rw-r--r--crypto/sha/sha1dgst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c
index 1ece0db301..65d7e62e58 100644
--- a/crypto/sha/sha1dgst.c
+++ b/crypto/sha/sha1dgst.c
@@ -25,7 +25,7 @@
#include "sha_local.h"
#include "crypto/sha.h"
-int sha1_ctrl(SHA_CTX *sha1, int cmd, int mslen, void *ms)
+int ossl_sha1_ctrl(SHA_CTX *sha1, int cmd, int mslen, void *ms)
{
unsigned char padtmp[40];
unsigned char sha1tmp[SHA_DIGEST_LENGTH];