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:
c1cf1ee
)
Just use an ANSI declaration, instead.
author
Ben Laurie
<ben@openssl.org>
Thu, 15 Apr 1999 10:10:21 +0000
(10:10 +0000)
committer
Ben Laurie
<ben@openssl.org>
Thu, 15 Apr 1999 10:10:21 +0000
(10:10 +0000)
ssl/ssl_ciph.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_ciph.c
b/ssl/ssl_ciph.c
index baf16deb11302c0c238c72533148b51ff4a2b33e..f53d688d89c504477e3fa4d9b665218e01a02e79 100644
(file)
--- a/
ssl/ssl_ciph.c
+++ b/
ssl/ssl_ciph.c
@@
-812,12
+812,7
@@
int n;
return(NULL);
}
-#ifndef NOPROTO
-static int sk_comp_cmp(SSL_COMP **a,SSL_COMP **b);
-#endif
-
-static int sk_comp_cmp(a,b)
-SSL_COMP **a,**b;
+static int sk_comp_cmp(SSL_COMP **a,SSL_COMP **b)
{
return((*a)->id-(*b)->id);
}