projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9314e36
)
This stops a compiler warning from -Wmissing-prototypes.
author
Geoff Thorpe
<geoff@openssl.org>
Wed, 11 Dec 2002 03:34:26 +0000
(
03:34
+0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Wed, 11 Dec 2002 03:34:26 +0000
(
03:34
+0000)
(Noticed by Nils Larsch)
apps/dsaparam.c
patch
|
blob
|
history
diff --git
a/apps/dsaparam.c
b/apps/dsaparam.c
index 7a3110136cc62b67ddf7350eab0210f548bf5011..b6abe785abd9aa9a738cc492964cc050f8dfaff7 100644
(file)
--- a/
apps/dsaparam.c
+++ b/
apps/dsaparam.c
@@
-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;
}