libntlm

Implements Microsoft's NTLM authentication protocol for secure messaging

brewmacoslinux
Try with needOr install directly
Source

About

Implements Microsoft's NTLM authentication

Commands

libntlm

Examples

Link libntlm library in C/C++ projects for NTLM authentication$ gcc -o myapp myapp.c $(pkg-config --cflags --libs libntlm)
Check libntlm installation and version via pkg-config$ pkg-config --modversion libntlm
Verify libntlm library files are properly installed$ brew list libntlm