Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
e5aa5203
Commit
e5aa5203
authored
Oct 06, 2005
by
Niels Möller
Browse files
Check for openssl/aes.h.
Rev: src/nettle/ChangeLog:1.334 Rev: src/nettle/configure.ac:1.60
parent
8e1cd766
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e5aa5203
2005-10-06 Niels Mller <nisse@lysator.liu.se>
* configure.ac: Check for openssl/aes.h.
* Makefile.in (distdir): Use a loop to pick up the contents of
$(DISTFILES) from source and build directories. For some reason,
$? failed to find stamp-h.in in the source directory.
...
...
configure.ac
View file @
e5aa5203
...
...
@@ -244,7 +244,7 @@ AC_TYPE_UID_T
AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_CHECK_HEADERS([openssl/blowfish.h openssl/des.h openssl/cast.h],,
AC_CHECK_HEADERS([openssl/blowfish.h openssl/des.h openssl/cast.h
openssl/aes.h
],,
[enable_openssl=no
break])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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