~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/password.c

Moved m_ctype, m_string and my_bitmap. Removed t_ctype.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
#include <my_global.h>
62
62
#include <my_sys.h>
63
 
#include <m_string.h>
 
63
#include <mystrings/m_string.h>
64
64
#include <sha1.h>
65
65
#include "drizzle.h"
66
66