~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/md5.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
 
92
92
plugin::Create_function<Md5Function> *md5udf= NULL;
93
93
 
94
 
static int initialize(module::Context &context)
 
94
static int initialize(plugin::Context &context)
95
95
{
96
96
  /* Initialize libgcrypt */
97
97
  if (not gcry_check_version(GCRYPT_VERSION))