Peter Taps <[email protected]> wrote: > Hello, > > I am able to use function crypt() to verify user passwords. However, this > function is not thread-safe. From gnu documentation, there is a thread-safe > version called crypt_r. However, this function is not mentioned in any header > file under /usr/include. > > I am wondering if there is any other function under OpenSolaris that is > equivalent to crypt_r.
crypt_r is not part of the POSIX standard Jörg -- EMail:[email protected] (home) Jörg Schilling D-13353 Berlin [email protected] (uni) [email protected] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
