projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46eaf3b
)
Typo
author
Lutz Jänicke
<jaenicke@openssl.org>
Mon, 30 Jan 2006 17:06:59 +0000
(17:06 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Mon, 30 Jan 2006 17:06:59 +0000
(17:06 +0000)
Submitted by: Girish Venkatachalam <girish1729@gmail.com>
doc/crypto/hmac.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/hmac.pod
b/doc/crypto/hmac.pod
index 3976baf226a587e45a31cc16cf6554ee639e1179..0bd79a6d3a988ffec178909da894be3dbb278e58 100644
(file)
--- 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);