summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-03-09 13:37:22 +1000
committerShane Lontis <shane.lontis@oracle.com>2021-03-18 17:52:38 +1000
commit285aa80ef1bb3a8e136a88cf41f3b34863409cd2 (patch)
tree6353a851d91e498eb986129b71f80a22f0e280a0 /include
parentb54cab31d2593421198f75e715b5f851ce24fe6b (diff)
Add ossl_lhash symbols
Partial fix for #12964 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14473)
Diffstat (limited to 'include')
-rw-r--r--include/crypto/lhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/lhash.h b/include/crypto/lhash.h
index f24838b10a..0f64869f54 100644
--- a/include/crypto/lhash.h
+++ b/include/crypto/lhash.h
@@ -11,6 +11,6 @@
# define OSSL_CRYPTO_LHASH_H
# pragma once
-unsigned long openssl_lh_strcasehash(const char *);
+unsigned long ossl_lh_strcasehash(const char *);
#endif /* OSSL_CRYPTO_LHASH_H */