summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-08-22 23:00:54 +0000
committerDr. Stephen Henson <steve@openssl.org>2002-08-22 23:00:54 +0000
commitc787525ac80d63bfac0607929fbe8a0783de02b0 (patch)
treea76b8dd683d0a35617db7e174bdafcae723e363a /crypto/ecdh
parent9a2601033dcf12c3c8075719264cfea4985a8562 (diff)
#if out unused function to shut the compiler up.
Diffstat (limited to 'crypto/ecdh')
-rw-r--r--crypto/ecdh/ecdhtest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/ecdh/ecdhtest.c b/crypto/ecdh/ecdhtest.c
index 935c7c57d1..090737f0ff 100644
--- 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