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
cf85d84f
Commit
cf85d84f
authored
Nov 14, 2000
by
Niels Möller
Browse files
* src/lsh-writekey.c (make_lsh_writekey_options): Use
make_bad_random(). Rev: src/lsh-writekey.c:1.6
parent
0b833bc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lsh-writekey.c
View file @
cf85d84f
...
...
@@ -125,7 +125,7 @@ make_lsh_writekey_options(void)
self
->
signature_algorithms
=
all_signature_algorithms
(
NULL
);
/* We use this only for salt and iv generation. */
self
->
r
=
make_
reasonably
_random
();
self
->
r
=
make_
bad
_random
();
/* A better default would be crypto_cbc(make_des3()) */
self
->
crypto
=
NULL
;
...
...
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