1
0
Fork 0

Minor fix to mms_util.c for SSL

This commit is contained in:
bagyenda 2007-04-24 13:25:13 +00:00
parent e84a8c67ab
commit 5271c532c8
1 changed files with 3 additions and 3 deletions

View File

@ -22,13 +22,13 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#ifdef HAVE_LIBSSL
#include <openssl/md5.h>
#endif
#include "mms_util.h"
#include "mms_queue.h"
#include "mms_uaprof.h"
#ifdef HAVE_LIBSSL
#include <openssl/md5.h>
#endif
Octstr *_mms_cfg_getx(mCfgGrp *grp, Octstr *item)
{