diff options
Diffstat (limited to 'ext/standard/crypt_freesec.c')
-rw-r--r-- | ext/standard/crypt_freesec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/crypt_freesec.c b/ext/standard/crypt_freesec.c index e853fcab2..0d70772ad 100644 --- a/ext/standard/crypt_freesec.c +++ b/ext/standard/crypt_freesec.c @@ -1,5 +1,5 @@ /* - $Id: crypt_freesec.c,v 1.1.2.6 2008/08/25 13:42:54 jani Exp $ + $Id: crypt_freesec.c 265468 2008-08-25 13:42:55Z jani $ */ /* * This version is derived from the original implementation of FreeSec @@ -40,7 +40,7 @@ * SUCH DAMAGE. * * $Owl: Owl/packages/glibc/crypt_freesec.c,v 1.4 2005/11/16 13:08:32 solar Exp $ - * $Id: crypt_freesec.c,v 1.1.2.6 2008/08/25 13:42:54 jani Exp $ + * $Id: crypt_freesec.c 265468 2008-08-25 13:42:55Z jani $ * * This is an original implementation of the DES and the crypt(3) interfaces * by David Burren <davidb at werj.com.au>. |