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
Nettle
nettle
Commits
e5aa5203
Commit
e5aa5203
authored
Oct 06, 2005
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ChangeLog
ChangeLog
+2
-0
configure.ac
configure.ac
+1
-1
No files found.
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
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