Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
ed974136
Unverified
Commit
ed974136
authored
5 years ago
by
Richard Cordovano
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1864 from APriestman/improveCommentsForDisabledSSL
Make it more clear that openssl is intentionally disabled
parents
0847b3d7
56c93e89
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
with
2 additions
and
2 deletions
configure.ac
+
2
−
2
View file @
ed974136
...
@@ -388,7 +388,7 @@ AC_CHECK_FUNCS([getline])
...
@@ -388,7 +388,7 @@ AC_CHECK_FUNCS([getline])
AC_SEARCH_LIBS(regexec, [regex], , AC_MSG_ERROR([missing regex]))
AC_SEARCH_LIBS(regexec, [regex], , AC_MSG_ERROR([missing regex]))
dnl OpenSSL support for encryption
dnl OpenSSL support for encryption
- currently disabled due to automatic test failures
dnl AX_CHECK_OPENSSL(
dnl AX_CHECK_OPENSSL(
dnl [ax_openssl=yes]
dnl [ax_openssl=yes]
dnl LIBTSK_LDFLAGS="$LIBTSK_LDFLAGS $OPENSSL_LDFLAGS $OPENSSL_LIBS",
dnl LIBTSK_LDFLAGS="$LIBTSK_LDFLAGS $OPENSSL_LDFLAGS $OPENSSL_LIBS",
...
@@ -441,12 +441,12 @@ AC_CONFIG_FILES([
...
@@ -441,12 +441,12 @@ AC_CONFIG_FILES([
AC_OUTPUT
AC_OUTPUT
dnl Print a summary
dnl Print a summary
dnl openssl is disabled, so removed line openssl support: $ax_openssl
AC_MSG_NOTICE([
AC_MSG_NOTICE([
Building:
Building:
afflib support: $ax_afflib
afflib support: $ax_afflib
libewf support: $ax_libewf
libewf support: $ax_libewf
zlib support: $ax_zlib
zlib support: $ax_zlib
openssl support: $ax_openssl
libvhdi support: $ax_libvhdi
libvhdi support: $ax_libvhdi
libvmdk support: $ax_libvmdk
libvmdk support: $ax_libvmdk
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment