remove FreeBSD specific MD5 includes
To solve: unknown type name 'MD5_CTX'
This commit is contained in:
@@ -13,11 +13,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifdef OS_FREEBSD
|
|
||||||
#include <md5.h>
|
|
||||||
#else
|
|
||||||
#include "libthecore/xmd5.h"
|
#include "libthecore/xmd5.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "auth_brazil.h"
|
#include "auth_brazil.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#ifdef OS_FREEBSD
|
|
||||||
#include <md5.h>
|
|
||||||
#else
|
|
||||||
#include "libthecore/xmd5.h"
|
#include "libthecore/xmd5.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user