Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
e5ec6bee
Commit
e5ec6bee
authored
Oct 02, 2001
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: ChangeLog:1.426 Rev: src/read_base64.c:1.3
parent
1e6e0dc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
ChangeLog
ChangeLog
+13
-1
src/read_base64.c
src/read_base64.c
+2
-2
No files found.
ChangeLog
View file @
e5ec6bee
2001-10-02 Niels Mller <nisse@cuckoo.hack.org>
* src/spki.c (spki_hash_sexp): New function.
* src/spki_commands.c (make_spki_hash): Deleted function.
(spki_hash): Deleted class.
(spki_hash_md5): Deleted command.
(spki_hash_sha1): Deleted command.
* src/lsh-decode-key.c (do_decode_key): Free CONTENTS properly.
2001-10-02 Niels Mller <nisse@ehand.com>
* src/lsh-export-key.c (main): Rewrote to use io_read_file_raw and
write_raw, without using any commands or io_run.
* src/sexp-conv.c (main): Likewise.
* src/io.c (io_read_file_raw): New function, for reading an entire
file into a string. Uses string_buffer.
* src/gc.c (gc_final): Che
k
c that root_set is non-null before
* src/gc.c (gc_final): Chec
k
that root_set is non-null before
calling KILL_RESOURCE_LIST.
2001-09-30 Niels Mller <nisse@cuckoo.hack.org>
...
...
src/read_base64.c
View file @
e5ec6bee
...
...
@@ -50,8 +50,8 @@
static
UINT32
do_read_base64
(
struct
read_handler
**
h
,
UINT32
available
,
UINT8
*
data
)
UINT32
available
,
UINT8
*
data
)
{
CAST
(
read_base64
,
self
,
*
h
);
...
...
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