mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
gskit: supply dummy randomization function
This commit is contained in:
parent
8fdf832e5f
commit
ec8330b21d
@ -62,6 +62,7 @@ int Curl_gskit_check_cxn(struct connectdata * cxn);
|
||||
#define curlssl_version Curl_gskit_version
|
||||
#define curlssl_check_cxn(x) Curl_gskit_check_cxn(x)
|
||||
#define curlssl_data_pending(x,y) 0
|
||||
#define curlssl_random(x,y,z) -1
|
||||
#define CURL_SSL_BACKEND CURLSSLBACKEND_GSKIT
|
||||
#endif /* USE_GSKIT */
|
||||
|
||||
|
@ -13,7 +13,7 @@ cd "${TOPDIR}/lib"
|
||||
echo '#pragma comment(user, "libcurl version '"${LIBCURL_VERSION}"'")' > os400.c
|
||||
echo '#pragma comment(user, __DATE__)' >> os400.c
|
||||
echo '#pragma comment(user, __TIME__)' >> os400.c
|
||||
echo '#pragma comment(copyright, "Copyright (C) 1998-2013 Daniel Stenberg et al. OS/400 version by P. Monnerat")' >> os400.c
|
||||
echo '#pragma comment(copyright, "Copyright (C) 1998-2014 Daniel Stenberg et al. OS/400 version by P. Monnerat")' >> os400.c
|
||||
make_module OS400 os400.c
|
||||
LINK= # No need to rebuild service program yet.
|
||||
MODULES=
|
||||
|
Loading…
Reference in New Issue
Block a user