mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 23:14:37 +08:00
Typo
Submitted by: Girish Venkatachalam <girish1729@gmail.com>
This commit is contained in:
parent
8c5a2bd6bb
commit
826b52d26f
@ -18,7 +18,7 @@ authentication code
|
||||
void HMAC_Init(HMAC_CTX *ctx, const void *key, int key_len,
|
||||
const EVP_MD *md);
|
||||
void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int key_len,
|
||||
const EVP_MD *md);
|
||||
const EVP_MD *md, ENGINE *impl);
|
||||
void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, int len);
|
||||
void HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user