X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdh%2Fdhtest.c;h=7452afbb5ead5ba936a247de2522574e027baa6a;hp=f4c2fd9ceaad36f32771088da05870ecf656495b;hb=6d23cf97443bfedf755341b4f2d0d7fce254e020;hpb=31d1d3741f16bd80ec25f72dcdbf6bbdc5664374 diff --git a/crypto/dh/dhtest.c b/crypto/dh/dhtest.c index f4c2fd9cea..7452afbb5e 100644 --- a/crypto/dh/dhtest.c +++ b/crypto/dh/dhtest.c @@ -77,13 +77,7 @@ int main(int argc, char *argv[]) #else #include -#ifdef OPENSSL_SYS_WIN16 -#define MS_CALLBACK _far _loadds -#else -#define MS_CALLBACK -#endif - -static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg); +static int cb(int p, int n, BN_GENCB *arg); static const char rnd_seed[] = "string to make the random number generator think it has entropy"; @@ -210,7 +204,7 @@ err: return(ret); } -static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg) +static int cb(int p, int n, BN_GENCB *arg) { char c='*';