summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2006-01-30 17:06:00 +0000
committerLutz Jänicke <jaenicke@openssl.org>2006-01-30 17:06:00 +0000
commit826b52d26fb8061c0ec52c1dba3d6c88351e547e (patch)
tree634ab672b0b9398f97195219e0224edcc2a7ae66 /doc
parent8c5a2bd6bb9a8c2bb3e1b63c03e57bb1115275d1 (diff)
Typo
Submitted by: Girish Venkatachalam <girish1729@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/hmac.pod2
1 files changed, 1 insertions, 1 deletions
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);