Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
584e14ba
Commit
584e14ba
authored
Oct 18, 2000
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: ChangeLog:1.259 Rev: configure.in:1.90
parent
f753d115
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
ChangeLog
ChangeLog
+4
-0
configure.in
configure.in
+3
-0
No files found.
ChangeLog
View file @
584e14ba
2000-10-18 Niels Mller <nisse@lysator.liu.se>
* configure.in: Check for endianness (needed by memcmp.c).
2000-10-18 Niels Mller <nisse@cuckoo.localdomain>
* src/abstract_crypto.h, src/dsa.c, src/dsa.h, src/rsa.c: Cleanup.
...
...
configure.in
View file @
584e14ba
...
...
@@ -395,6 +395,9 @@ AC_TYPE_UID_T
AC_TYPE_SIZE_T
AC_HEADER_TIME
dnl Needed by the supplied memcmp.c
AC_C_BIGENDIAN
AC_CHECK_SIZEOF(short, 2)
AC_CHECK_SIZEOF(int, 4)
AC_CHECK_SIZEOF(long, 4)
...
...
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