~ubuntu-branches/ubuntu/lucid/postgresql-8.4/lucid-proposed

« back to all changes in this revision

Viewing changes to contrib/pgcrypto/crypt-des.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-05-19 14:03:37 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090519140337-wp9u2si99uppeb81
Tags: 8.4~beta2-2
* Second public beta of 8.4.
* debian/control: Slightly lower the dependencies for postgresql-common to
  >= 98~, so that backports also match.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * FreeSec: libcrypt for NetBSD
3
3
 *
4
 
 * $PostgreSQL$
 
4
 * $PostgreSQL: pgsql/contrib/pgcrypto/crypt-des.c,v 1.15 2006/07/13 04:15:24 neilc Exp $
5
5
 *
6
6
 * Copyright (c) 1994 David Burren
7
7
 * All rights reserved.
38
38
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
39
39
 * SUCH DAMAGE.
40
40
 *
41
 
 * $FreeBSD$
 
41
 * $FreeBSD: src/secure/lib/libcrypt/crypt-des.c,v 1.12 1999/09/20 12:39:20 markm Exp $
42
42
 *
43
43
 * This is an original implementation of the DES and the crypt(3) interfaces
44
44
 * by David Burren <davidb@werj.com.au>.