mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
OS400: enable NTLM authentication
This commit is contained in:
parent
adbee7ecf5
commit
9b0b9f209e
6 changed files with 42 additions and 13 deletions
|
|
@ -7,6 +7,13 @@ SCRIPTDIR=`dirname "${0}"`
|
|||
. "${SCRIPTDIR}/initscript.sh"
|
||||
cd "${TOPDIR}/lib"
|
||||
|
||||
# Need to have IFS access to the mih/cipher header file.
|
||||
|
||||
if action_needed cipher.mih '/QSYS.LIB/QSYSINC.LIB/MIH.FILE/CIPHER.MBR'
|
||||
then rm -f cipher.mih
|
||||
ln -s '/QSYS.LIB/QSYSINC.LIB/MIH.FILE/CIPHER.MBR' cipher.mih
|
||||
fi
|
||||
|
||||
|
||||
# Create and compile the identification source file.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue