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
Wim Lewis
nettle
Commits
0f052fd5
Commit
0f052fd5
authored
Oct 07, 2013
by
Niels Möller
Browse files
Drop configure test for ALIGNOF_UINT64_T.
parent
332e72e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0f052fd5
2013-10-07 Niels Möller <nisse@lysator.liu.se>
2013-10-07 Niels Möller <nisse@lysator.liu.se>
* configure.ac: Delete check for ALIGNOF_UINT64_T, no longer
needed.
* config.m4.in: Likewise delete ALIGNOF_UINT64_T.
* camellia-crypt.c (camellia_crypt): Updated call to
* camellia-crypt.c (camellia_crypt): Updated call to
_camellia_crypt.
_camellia_crypt.
* camellia-internal.h (_camellia_crypt): Updated prototype.
* camellia-internal.h (_camellia_crypt): Updated prototype.
...
...
config.m4.in
View file @
0f052fd5
...
@@ -4,7 +4,6 @@ define(<ELF_STYLE>, <@ASM_ELF_STYLE@>)dnl
...
@@ -4,7 +4,6 @@ define(<ELF_STYLE>, <@ASM_ELF_STYLE@>)dnl
define(<TYPE_FUNCTION>, <@ASM_TYPE_FUNCTION@>)dnl
define(<TYPE_FUNCTION>, <@ASM_TYPE_FUNCTION@>)dnl
define(<TYPE_PROGBITS>, <@ASM_TYPE_PROGBITS@>)dnl
define(<TYPE_PROGBITS>, <@ASM_TYPE_PROGBITS@>)dnl
define(<ALIGN_LOG>, <@ASM_ALIGN_LOG@>)dnl
define(<ALIGN_LOG>, <@ASM_ALIGN_LOG@>)dnl
define(<ALIGNOF_UINT64_T>, <@ALIGNOF_UINT64_T@>)dnl
define(<W64_ABI>, <@W64_ABI@>)dnl
define(<W64_ABI>, <@W64_ABI@>)dnl
divert(1)
divert(1)
@ASM_MARK_NOEXEC_STACK@
@ASM_MARK_NOEXEC_STACK@
...
...
configure.ac
View file @
0f052fd5
...
@@ -617,10 +617,6 @@ AC_TYPE_UID_T
...
@@ -617,10 +617,6 @@ AC_TYPE_UID_T
AC_TYPE_SIZE_T
AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_HEADER_TIME
AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(long)
AC_CHECK_ALIGNOF(uint64_t)
ALIGNOF_UINT64_T="$ac_cv_alignof_uint64_t"
AC_SUBST(ALIGNOF_UINT64_T)
AC_CHECK_HEADERS([openssl/blowfish.h openssl/des.h openssl/cast.h openssl/aes.h],,
AC_CHECK_HEADERS([openssl/blowfish.h openssl/des.h openssl/cast.h openssl/aes.h],,
[enable_openssl=no
[enable_openssl=no
...
...
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