From a77ecca7d3ef593c0bb261d7ab6f9b08ee4750e8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 17 Nov 2016 08:11:59 -0700 Subject: [PATCH] Remove aixcrypt.exp, it was a remnant of the 90's crypto wars where crypt() was not exported. --- MANIFEST | 1 - configure | 1 - configure.ac | 1 - plugins/sudoers/aixcrypt.exp | 4 ---- 4 files changed, 7 deletions(-) delete mode 100644 plugins/sudoers/aixcrypt.exp diff --git a/MANIFEST b/MANIFEST index fc65b619c..bb079b997 100644 --- a/MANIFEST +++ b/MANIFEST @@ -229,7 +229,6 @@ plugins/sample/README plugins/sample/sample_plugin.c plugins/sample/sample_plugin.exp plugins/sudoers/Makefile.in -plugins/sudoers/aixcrypt.exp plugins/sudoers/alias.c plugins/sudoers/audit.c plugins/sudoers/auth/API diff --git a/configure b/configure index 645faa2c2..c68316cc0 100755 --- a/configure +++ b/configure @@ -14835,7 +14835,6 @@ done # To get all prototypes (so we pass -Wall) $as_echo "#define _LINUX_SOURCE_COMPAT 1" >>confdefs.h - SUDOERS_LDFLAGS="${SUDOERS_LDFLAGS} -Wl,-bI:\$(srcdir)/aixcrypt.exp" # For AIX we build in support for both LAM and PAM # and choose which to use based on auth_type in diff --git a/configure.ac b/configure.ac index 1407211d6..f2564219c 100644 --- a/configure.ac +++ b/configure.ac @@ -1703,7 +1703,6 @@ case "$host" in # To get all prototypes (so we pass -Wall) AC_DEFINE([_LINUX_SOURCE_COMPAT]) - SUDOERS_LDFLAGS="${SUDOERS_LDFLAGS} -Wl,-bI:\$(srcdir)/aixcrypt.exp" # For AIX we build in support for both LAM and PAM # and choose which to use based on auth_type in diff --git a/plugins/sudoers/aixcrypt.exp b/plugins/sudoers/aixcrypt.exp deleted file mode 100644 index 5ee024ef6..000000000 --- a/plugins/sudoers/aixcrypt.exp +++ /dev/null @@ -1,4 +0,0 @@ -#! -__setkey -__encrypt -__crypt -- 2.40.0