Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
68aa75e3
Commit
68aa75e3
authored
Jan 20, 2015
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Check for secure_getenv function.
parent
3d0fd448
Loading
Loading
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
configure.ac
+3
-2
3 additions, 2 deletions
configure.ac
with
7 additions
and
2 deletions
ChangeLog
+
4
−
0
View file @
68aa75e3
2015-01-20 Niels Möller <nisse@lysator.liu.se>
* configure.ac: Check for secure_getenv function.
2015-01-19 Niels Möller <nisse@lysator.liu.se>
2015-01-19 Niels Möller <nisse@lysator.liu.se>
* configure.ac: Fat library setup for arm.
* configure.ac: Fat library setup for arm.
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
3
−
2
View file @
68aa75e3
...
@@ -684,8 +684,9 @@ AC_CHECK_HEADERS([valgrind/memcheck.h])
...
@@ -684,8 +684,9 @@ AC_CHECK_HEADERS([valgrind/memcheck.h])
LSH_FUNC_ALLOCA
LSH_FUNC_ALLOCA
LSH_FUNC_STRERROR
LSH_FUNC_STRERROR
# Used in the testsuite
# getenv_secure is used for fat overrides,
AC_CHECK_FUNCS(getline)
# getline is used in the testsuite
AC_CHECK_FUNCS(secure_getenv getline)
AC_C_BIGENDIAN
AC_C_BIGENDIAN
LSH_GCC_ATTRIBUTES
LSH_GCC_ATTRIBUTES
...
...
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