mirror of
https://github.com/anope/anope.git
synced 2026-06-27 00:36:38 +02:00
Fix the bcrypt/md5 vendored libraries not being marked as extern C.
This commit is contained in:
@@ -19,7 +19,10 @@
|
||||
#include <climits>
|
||||
#include <random>
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "bcrypt/crypt_blowfish.h"
|
||||
}
|
||||
|
||||
#include "module.h"
|
||||
#include "modules/encryption.h"
|
||||
|
||||
Reference in New Issue
Block a user