aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2015-04-14 07:55:23 -0500
committerBrent Cook <busterb@gmail.com>2015-04-14 07:55:23 -0500
commit3096ab0e45351b05b1f1df51cedc183ba6ca7763 (patch)
tree01cb87f1fd541907d481311064bdab5d2cdf3691 /crypto/Makefile.am
parentfe3f7fc6365bfaac3418a72256b8c11603e80cbf (diff)
downloadportable-3096ab0e45351b05b1f1df51cedc183ba6ca7763.tar.gz
portable-3096ab0e45351b05b1f1df51cedc183ba6ca7763.tar.bz2
portable-3096ab0e45351b05b1f1df51cedc183ba6ca7763.zip
remove issetuigid wrappers, now that all getenv calls are gone.
From deraadt@ upstream: Remove all getenv() calls, especially those wrapped by issetugid(). getenv()'s wrapped by issetugid() are safe, but issetugid() is ... difficult to impliment on many operating systems. By accident, a grand experiment was run over the last year, where issetugid() returned 1 (the safe value) on a few operating systems. Noone noticed & complained that certain environment variables were not working.......
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 83bf0c6..757197f 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -97,24 +97,6 @@ endif
97 97
98endif 98endif
99 99
100if !HAVE_ISSETUGID
101if HOST_AIX
102libcompat_la_SOURCES += compat/issetugid_aix.c
103endif
104if HOST_LINUX
105libcompat_la_SOURCES += compat/issetugid_linux.c
106endif
107if HOST_HPUX
108libcompat_la_SOURCES += compat/issetugid_hpux.c
109endif
110if HOST_DARWIN
111libcompat_la_SOURCES += compat/issetugid_osx.c
112endif
113if HOST_WIN
114libcompat_la_SOURCES += compat/issetugid_win.c
115endif
116endif
117
118noinst_HEADERS = 100noinst_HEADERS =
119noinst_HEADERS += compat/arc4random.h 101noinst_HEADERS += compat/arc4random.h
120noinst_HEADERS += compat/arc4random_aix.h 102noinst_HEADERS += compat/arc4random_aix.h