mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-06-20 23:26:07 -04:00
7 lines
111 B
C++
7 lines
111 B
C++
#include "GbSignature.h"
|
|
#include "Sanity.h"
|
|
|
|
void signature_verification_failed() {
|
|
gbshutdownCorrupted();
|
|
}
|