~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/md5.cc

  • Committer: Brian Aker
  • Date: 2009-07-29 15:08:30 UTC
  • mfrom: (1093.1.36 captain)
  • Revision ID: brian@gaz-20090729150830-8sckl9aatssf1xjd
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include <drizzled/item/func.h>
20
20
#include <drizzled/function/str/strfunc.h>
21
21
 
22
 
#if defined(HAVE_GNUTLS_OPENSSL)
 
22
#if defined(HAVE_LIBGNUTLS_OPENSSL)
23
23
# include <gnutls/openssl.h>
24
24
#else
25
25
# include <openssl/md5.h>