mirror of
https://github.com/anope/anope.git
synced 2026-07-02 05:26: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 "module.h"
|
||||
#include "modules/encryption.h"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "md5/md5.h"
|
||||
}
|
||||
|
||||
class MD5Context final
|
||||
: public Encryption::Context
|
||||
|
||||
Reference in New Issue
Block a user