~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/password.c

  • Committer: Monty Taylor
  • Date: 2008-08-15 20:00:16 UTC
  • Revision ID: monty@inaugust.com-20080815200016-fc51jyep7u9xyuib
Removed more mysys errmsg links.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
*****************************************************************************/
60
60
 
61
61
#include <drizzled/global.h>
62
 
#include <mysys/my_sys.h>
63
62
#include <mystrings/m_string.h>
64
 
#include <mysys/sha1.h>
65
63
#include "drizzle.h"
66
64
 
67
65
/************ MySQL 3.23-4.0 authentication routines: untouched ***********/