projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1e85693
)
Update from 0.9.8-stable
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 11 Jul 2009 22:36:59 +0000
(22:36 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 11 Jul 2009 22:36:59 +0000
(22:36 +0000)
doc/crypto/hmac.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/hmac.pod
b/doc/crypto/hmac.pod
index
628d680
..
8436507
100644
(file)
--- a/
doc/crypto/hmac.pod
+++ b/
doc/crypto/hmac.pod
@@
-41,8
+41,6
@@
If B<md> is NULL, the digest is placed in a static array. The size of
the output is placed in B<md_len>, unless it is B<NULL>.
B<evp_md> can be EVP_sha1(), EVP_ripemd160() etc.
the output is placed in B<md_len>, unless it is B<NULL>.
B<evp_md> can be EVP_sha1(), EVP_ripemd160() etc.
-B<key> and B<evp_md> may be B<NULL> if a key and hash function have
-been set in a previous call to HMAC_Init() for that B<HMAC_CTX>.
HMAC_CTX_init() initialises a B<HMAC_CTX> before first use. It must be
called.
HMAC_CTX_init() initialises a B<HMAC_CTX> before first use. It must be
called.