]> granicus.if.org Git - linux-pam/commit
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Thu, 15 Jun 2006 21:09:49 +0000 (21:09 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Thu, 15 Jun 2006 21:09:49 +0000 (21:09 +0000)
commit3387d7584dc78587bb621b0bc4d4e80df576399e
treee9062f1e9d61115d15a8b5fc97d35567023760c2
parent3ab490d6a2dd0b0466c334595f7c3460988e5ffd
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

Put bigcrypt prototype in own header instead of an external declaration
in every single file calling bigcrypt:

2006-06-15  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_unix/bigcrypt.h: New.
        * modules/pam_unix/Makefile.am: Add bigcrypt.h.
        * modules/pam_unix/bigcrypt.c: Include bigcrypt.h.
        * modules/pam_unix/support.c: Include bigcrypt.h, remove
        own prototype.
        * modules/pam_unix/bigcrypt_main.c: Include bigcrypt.h, remove
        own prototype.
        * modules/pam_unix/pam_unix_passwd.c: Include bigcrypt.h, remove
        own prototype.
ChangeLog
modules/pam_unix/bigcrypt.c
modules/pam_unix/bigcrypt.h [new file with mode: 0644]
modules/pam_unix/bigcrypt_main.c
modules/pam_unix/pam_unix_passwd.c
modules/pam_unix/support.c