mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
sslc does not currently support RAND_egd or RAND_status
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -116,6 +116,7 @@ int ssl_rand_seed(server_rec *s, apr_pool_t *p, ssl_rsctx_t nCtx, char *prefix)
|
||||
nDone += ssl_rand_feedfp(p, fp, pRandSeed->nBytes);
|
||||
ssl_util_ppclose(s, p, fp);
|
||||
}
|
||||
#if HAVE_SSL_RAND_EDG
|
||||
else if (pRandSeed->nSrc == SSL_RSSRC_EGD) {
|
||||
/*
|
||||
* seed in contents provided by the external
|
||||
@@ -125,6 +126,7 @@ int ssl_rand_seed(server_rec *s, apr_pool_t *p, ssl_rsctx_t nCtx, char *prefix)
|
||||
continue;
|
||||
nDone += n;
|
||||
}
|
||||
#endif
|
||||
else if (pRandSeed->nSrc == SSL_RSSRC_BUILTIN) {
|
||||
struct {
|
||||
time_t t;
|
||||
|
Reference in New Issue
Block a user