From efd722000d7ea6648b11b5627b1c833bdf64b0af Mon Sep 17 00:00:00 2001 From: Saturneric Date: Sun, 27 Nov 2022 01:52:27 +0800 Subject: feat: support generate ecc key 1. support elliptische kurve nist --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 4cb3849f..14563880 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -80,10 +80,12 @@ extern void init_logging_system(); * @return */ int main(int argc, char* argv[]) { +#ifdef RELEASE // re signal(SIGSEGV, handle_signal); signal(SIGFPE, handle_signal); signal(SIGILL, handle_signal); +#endif // clean something before exit atexit(before_exit); -- cgit v1.2.3