summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-12-23 19:37:22 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-12-23 19:37:22 +0300
commit3a5a00dd6d1d0d0d0ff9c882faf1a8d958469323 (patch)
tree2694982e38ee0237e589a9479e11357a06537229 /include
parent105158e0a4b2c23adb154e298aac9e10b665b18b (diff)
we don't need this function, cause it's not called, and also we have openssl
Diffstat (limited to 'include')
-rw-r--r--include/m_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/m_core.h b/include/m_core.h
index ec51cac5a8..64cb936986 100644
--- a/include/m_core.h
+++ b/include/m_core.h
@@ -381,8 +381,6 @@ MIR_CORE_DLL(void) mir_sha256_write(SHA256_CONTEXT *ctx, const void *dataIn, siz
MIR_CORE_DLL(void) mir_sha256_final(SHA256_CONTEXT *ctx, BYTE hashout[MIR_SHA256_HASH_SIZE]);
MIR_CORE_DLL(void) mir_sha256_hash(const void *dataIn, size_t len, BYTE hashout[MIR_SHA256_HASH_SIZE]);
-MIR_CORE_DLL(void) mir_hmac_sha256(BYTE hashout[MIR_SHA256_HASH_SIZE], const BYTE *key, size_t keylen, const BYTE *text, size_t textlen);
-
///////////////////////////////////////////////////////////////////////////////
// strings