1
0
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:
Sadie Powell
2026-06-14 14:48:35 +01:00
parent f150ee857f
commit 09d0bd6987
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -19,7 +19,10 @@
#include <climits>
#include <random>
extern "C"
{
#include "bcrypt/crypt_blowfish.h"
}
#include "module.h"
#include "modules/encryption.h"