remove FreeBSD specific MD5 includes

To solve: unknown type name 'MD5_CTX'
This commit is contained in:
mq1n
2025-09-02 20:28:05 +03:00
parent fd1df0b328
commit b2f39b365f
2 changed files with 0 additions and 8 deletions

View File

@@ -13,11 +13,7 @@
#endif
#include <stdio.h>
#include <string.h>
#ifdef OS_FREEBSD
#include <md5.h>
#else
#include "libthecore/xmd5.h"
#endif
#include "auth_brazil.h"

View File

@@ -1,9 +1,5 @@
#include "stdafx.h"
#ifdef OS_FREEBSD
#include <md5.h>
#else
#include "libthecore/xmd5.h"
#endif
#include "utils.h"
#include "config.h"