summaryrefslogtreecommitdiffstats
path: root/libutil/login_crypt.c
Commit message (Collapse)AuthorAgeFilesLines
* Add __FBSDID()s to libutilMatthew Dillon2001-09-301-2/+3
|
* Fix problems people were having with large -O levels with GCC andBrian Feldman2000-10-271-7/+6
| | | | | | | | | | getting libutil/libcrypt to work properly. I've determined that GCC thinks it can inline all functions, including weak-symboled ones, if it feels like it. Create a new stub.c and move any stubs there to prevent inlining. Thanks to jdp and William S. Duncanson for helping me finally find the problem.
* Add weak symbol pragma for crypt_set_format().Jeroen Ruigrok van der Werven2000-08-231-0/+6
| | | | Approved by: green
* Stick login_setcryptfmt() in its own file to make pulling in ofBrian Feldman2000-08-231-0/+44
-lcrypt only happen if truly necessary.