mirror of
https://github.com/openssl/openssl.git
synced 2025-03-01 19:28:10 +08:00
remove some more useless code. The mingw target can now be built
under cygwin.
This commit is contained in:
parent
66ecdf3bfb
commit
c8c5cec1f9
@ -73,9 +73,6 @@
|
|||||||
|
|
||||||
#include "../e_os.h"
|
#include "../e_os.h"
|
||||||
|
|
||||||
#ifdef OPENSSL_SYS_WINDOWS
|
|
||||||
#include "../bio/bss_file.c"
|
|
||||||
#endif
|
|
||||||
#include <openssl/crypto.h>
|
#include <openssl/crypto.h>
|
||||||
#include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
#include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
@ -103,11 +100,6 @@ int main(int argc, char *argv[])
|
|||||||
static void MS_CALLBACK cb(int p, int n, void *arg);
|
static void MS_CALLBACK cb(int p, int n, void *arg);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef OPENSSL_NO_STDIO
|
|
||||||
#define APPS_WIN16
|
|
||||||
#include "bss_file.c"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static const char rnd_seed[] = "string to make the random number generator think it has entropy";
|
static const char rnd_seed[] = "string to make the random number generator think it has entropy";
|
||||||
|
|
||||||
int test_ecdh_curve(int , char *, BN_CTX *, BIO *);
|
int test_ecdh_curve(int , char *, BN_CTX *, BIO *);
|
||||||
|
Loading…
Reference in New Issue
Block a user