Remove aixcrypt.exp, it was a remnant of the 90's crypto wars where
crypt() was not exported.
This commit is contained in:
1
MANIFEST
1
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
|
||||
|
1
configure
vendored
1
configure
vendored
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -1,4 +0,0 @@
|
||||
#!
|
||||
__setkey
|
||||
__encrypt
|
||||
__crypt
|
Reference in New Issue
Block a user