mirror of
https://github.com/openssl/openssl.git
synced 2024-12-26 18:33:39 +08:00
#if out unused function to shut the compiler up.
This commit is contained in:
parent
9a2601033d
commit
c787525ac8
@ -109,7 +109,10 @@ int main(int argc, char *argv[])
|
|||||||
#define MS_CALLBACK
|
#define MS_CALLBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
static void MS_CALLBACK cb(int p, int n, void *arg);
|
static void MS_CALLBACK cb(int p, int n, void *arg);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef OPENSSL_NO_STDIO
|
#ifdef OPENSSL_NO_STDIO
|
||||||
#define APPS_WIN16
|
#define APPS_WIN16
|
||||||
#include "bss_file.c"
|
#include "bss_file.c"
|
||||||
@ -272,6 +275,7 @@ err:
|
|||||||
return(ret);
|
return(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
static void MS_CALLBACK cb(int p, int n, void *arg)
|
static void MS_CALLBACK cb(int p, int n, void *arg)
|
||||||
{
|
{
|
||||||
char c='*';
|
char c='*';
|
||||||
@ -287,3 +291,4 @@ static void MS_CALLBACK cb(int p, int n, void *arg)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user