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
a450c9a8
Commit
a450c9a8
authored
Dec 21, 1998
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: NEWS:1.3 Rev: src/Makefile.am.in:1.13
parent
2681fa53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
NEWS
NEWS
+17
-0
src/Makefile.am.in
src/Makefile.am.in
+3
-2
No files found.
NEWS
View file @
a450c9a8
NEWS for the 1998-12-21 snapshot:
Moved most objects in crypto.c and abstract_crypto.c into separate
files.
Added a workaround for Datafellows ssh2 client, which (contrary to the
specification) asks for protocol version 1.99.
Use /dev/urandom, if available.
Collect most object files into liblsh.a.
Started on a key generation program.
TASKLIST and NOTES files now included in the snapshot.
NEWS since the 1998-12-17 snapshot:
Support for md5 (by Balazs Scheidler).
...
...
src/Makefile.am.in
View file @
a450c9a8
...
...
@@ -74,8 +74,9 @@ lshd_DEPENDENCIES = @LIBOBJS@ symmetric liblsh.a
symmetric
:
(
cd
lib
&&
$(MAKE)
libsymmetric.a
)
EXTRA_DIST
=
atoms.in process_atoms make_class
$(generated_sources)
HACKING
\
$(cvs_headers)
$(dist_x_files)
Makefile.am.in make_am
EXTRA_DIST
=
atoms.in process_atoms make_class
$(generated_sources)
\
$(cvs_headers)
$(dist_x_files)
Makefile.am.in make_am
\
HACKING NOTES TASKLIST
# Class files
# SUFFIXES = .xh .xc
...
...
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