diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-11-17 04:07:19 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-11-17 04:07:19 +0000 |
commit | 8260f3f8e88fcf90ccc7df402ddc30bcc17cda7e (patch) | |
tree | 3d8a80eb6e30ce3ade2b032c032995c47bfe20aa /share/man | |
parent | fc2a8fa9ef8f4f2965cbf28fa06d8124b6e00de2 (diff) |
*HMAC96->HMAC
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/crypto.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index d9dae8e71cc..0caeec9a204 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.9,v 1.7 2000/11/07 01:52:08 aaron Exp $ +.\" $OpenBSD: crypto.9,v 1.8 2000/11/17 04:07:18 angelos Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -137,9 +137,9 @@ CRYPTO_3DES_CBC CRYPTO_BLF_CBC CRYPTO_CAST_CBC CRYPTO_SKIPJACK_CBC -CRYPTO_MD5_HMAC96 -CRYPTO_SHA1_HMAC96 -CRYPTO_RIPEMD160_HMAC96 +CRYPTO_MD5_HMAC +CRYPTO_SHA1_HMAC +CRYPTO_RIPEMD160_HMAC CRYPTO_MD5_KPDK CRYPTO_SHA1_KPDK .Ed |