mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
This stops a compiler warning from -Wmissing-prototypes.
(Noticed by Nils Larsch)
This commit is contained in:
parent
9314e366c8
commit
f92570f00a
@ -97,7 +97,7 @@
|
||||
|
||||
static int stop_keygen_flag = 0;
|
||||
|
||||
void timebomb_sigalarm(int foo)
|
||||
static void timebomb_sigalarm(int foo)
|
||||
{
|
||||
stop_keygen_flag = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user