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:
9a26010
)
#if out unused function to shut the compiler up.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 22 Aug 2002 23:00:54 +0000
(23:00 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 22 Aug 2002 23:00:54 +0000
(23:00 +0000)
crypto/ecdh/ecdhtest.c
patch
|
blob
|
history
diff --git
a/crypto/ecdh/ecdhtest.c
b/crypto/ecdh/ecdhtest.c
index 935c7c57d121f1184f06ea95c7263ef16b05c8cd..090737f0ffa77417edc430356256c4c39e608364 100644
(file)
--- a/
crypto/ecdh/ecdhtest.c
+++ b/
crypto/ecdh/ecdhtest.c
@@
-109,7
+109,10
@@
int main(int argc, char *argv[])
#define MS_CALLBACK
#endif
+#if 0
static void MS_CALLBACK cb(int p, int n, void *arg);
+#endif
+
#ifdef OPENSSL_NO_STDIO
#define APPS_WIN16
#include "bss_file.c"
@@
-272,6
+275,7
@@
err:
return(ret);
}
+#if 0
static void MS_CALLBACK cb(int p, int n, void *arg)
{
char c='*';
@@
-287,3
+291,4
@@
static void MS_CALLBACK cb(int p, int n, void *arg)
#endif
}
#endif
+#endif