Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
d06220a2
Commit
d06220a2
authored
Jan 20, 2002
by
Niels Möller
Browse files
(all_symmetric_algorithms): Changed back to use
make_hmac_algorithm. Rev: src/algorithms.c:1.30
parent
8fbfceb5
Changes
1
Show whitespace changes
Inline
Side-by-side
src/algorithms.c
View file @
d06220a2
...
...
@@ -58,12 +58,10 @@ all_symmetric_algorithms()
ATOM_SERPENT_CBC_LOCAL
,
&
crypto_serpent256_cbc_algorithm
,
ATOM_3DES_CBC
,
&
crypto_des3_cbc_algorithm
,
ATOM_CAST128_CBC
,
&
crypto_cast128_cbc_algorithm
,
ATOM_HMAC_SHA1
,
&
crypto_hmac_sha1_algorithm
,
ATOM_HMAC_MD5
,
&
crypto_hmac_md5_algorithm
,
#if 0
ATOM_HMAC_SHA1, make_hmac_algorithm(&sha1_algorithm),
ATOM_HMAC_MD5, make_hmac_algorithm(&md5_algorithm),
#endif
ATOM_HMAC_SHA1
,
make_hmac_algorithm
(
&
crypto_sha1_algorithm
),
ATOM_HMAC_MD5
,
make_hmac_algorithm
(
&
crypto_md5_algorithm
),
#if WITH_ZLIB
ATOM_ZLIB
,
make_zlib
(),
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment