~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/password.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
#include "libdrizzle.h"
66
66
#include "libdrizzle_priv.h"
67
 
#include <libdrizzle/password.h>
68
67
#include <stdlib.h>
69
68
#include <string.h>
70
69
 
165
164
}
166
165
 
167
166
 
 
167
/* Character to use as version identifier for version 4.1 */
 
168
 
 
169
#define PVERSION41_CHAR '*'
 
170
 
168
171
 
169
172
/*
170
173
    Convert given octet sequence to asciiz string of hex characters;