~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ubuntu Archive Auto-Backport
  • Date: 2011-10-27 06:13:09 UTC
  • mfrom: (5.3.14 sid)
  • Revision ID: package-import@ubuntu.com-20111027061309-zc27cjc6hu8yp0z0
Tags: 8.4.9-1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
static const struct px_crypt_algo
80
80
                        px_crypt_list[] = {
81
81
        {"$2a$", 4, run_crypt_bf},
 
82
        {"$2x$", 4, run_crypt_bf},
82
83
        {"$2$", 3, NULL},                       /* N/A */
83
84
        {"$1$", 3, run_crypt_md5},
84
85
        {"_", 1, run_crypt_des},