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