is there any reason that I should not use OpenSSL library (libcrypto) with PAM?
The same piece of code works in a command line program and fails with my custom PAM module.
I compile the module like this:
gcc -c -fpic -I/usr/local/ssl/include mymodule.c
gcc -shared mymodule.o -o pam_mymodule.so -L/usr/local/ssl/lib -lcrypto
Could it be a problem that /usr/local/ssl/lib/libcrypto.a is a static library?
Thanks
_______________________________________________ Pam-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/pam-list