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
584e14ba
Commit
584e14ba
authored
Oct 18, 2000
by
Niels Möller
Browse files
*** empty log message ***
Rev: ChangeLog:1.259 Rev: configure.in:1.90
parent
f753d115
Changes
2
Hide whitespace changes
Inline
Side-by-side
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>
2000-10-18 Niels Mller <nisse@cuckoo.localdomain>
* src/abstract_crypto.h, src/dsa.c, src/dsa.h, src/rsa.c: Cleanup.
* 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
...
@@ -395,6 +395,9 @@ AC_TYPE_UID_T
AC_TYPE_SIZE_T
AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_HEADER_TIME
dnl Needed by the supplied memcmp.c
AC_C_BIGENDIAN
AC_CHECK_SIZEOF(short, 2)
AC_CHECK_SIZEOF(short, 2)
AC_CHECK_SIZEOF(int, 4)
AC_CHECK_SIZEOF(int, 4)
AC_CHECK_SIZEOF(long, 4)
AC_CHECK_SIZEOF(long, 4)
...
...
Write
Preview
Supports
Markdown
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