X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2Fhmac.pod;h=0bd79a6d3a988ffec178909da894be3dbb278e58;hb=c420fab52b8e97762445a721dbd0a4c965ef54ab;hp=3976baf226a587e45a31cc16cf6554ee639e1179;hpb=503f3b1a21903773ba5ae7452a44f379c20e5739;p=oweals%2Fopenssl.git diff --git a/doc/crypto/hmac.pod b/doc/crypto/hmac.pod index 3976baf226..0bd79a6d3a 100644 --- a/doc/crypto/hmac.pod +++ b/doc/crypto/hmac.pod @@ -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);