]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/hmac.h
Cleanup: rename HMAC_CTX_init to HMAC_CTX_reset
[thirdparty/openssl.git] / include / openssl / hmac.h
index aa52c8e3c90786faa58159f99f2bfb59311dce79..071e8b49dc9e7686409bed99b17f26219d345c0c 100644 (file)
@@ -70,7 +70,7 @@ extern "C" {
 
 size_t HMAC_size(HMAC_CTX *e);
 HMAC_CTX *HMAC_CTX_new(void);
-int HMAC_CTX_init(HMAC_CTX *ctx);
+int HMAC_CTX_reset(HMAC_CTX *ctx);
 void HMAC_CTX_free(HMAC_CTX *ctx);
 
 #ifdef OPENSSL_USE_DEPRECATED