mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-02-02 03:38:43 -05:00
7 lines
126 B
C++
7 lines
126 B
C++
#include "GbSignature.h"
|
|
#include "Sanity.h"
|
|
|
|
[[ noreturn ]] void signature_verification_failed() {
|
|
gbshutdownCorrupted();
|
|
}
|