From: Doug MacEachern Date: Wed, 27 Mar 2002 03:33:57 +0000 (+0000) Subject: typo fix s/EDG/EGD/g X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1f006c13f1d7831b4708f66b30e39c5635e4b8;p=thirdparty%2Fapache%2Fhttpd.git typo fix s/EDG/EGD/g git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94210 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_rand.c b/modules/ssl/ssl_engine_rand.c index f90bf114e8a..4a69d5904eb 100644 --- a/modules/ssl/ssl_engine_rand.c +++ b/modules/ssl/ssl_engine_rand.c @@ -116,7 +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 +#ifdef HAVE_SSL_RAND_EGD else if (pRandSeed->nSrc == SSL_RSSRC_EGD) { /* * seed in contents provided by the external diff --git a/modules/ssl/ssl_toolkit_compat.h b/modules/ssl/ssl_toolkit_compat.h index e8b3a916ae1..f297947f0be 100644 --- a/modules/ssl/ssl_toolkit_compat.h +++ b/modules/ssl/ssl_toolkit_compat.h @@ -49,7 +49,7 @@ #define modssl_set_cipher_list SSL_set_cipher_list -#define HAVE_SSL_RAND_EDG /* since 9.5.1 */ +#define HAVE_SSL_RAND_EGD /* since 9.5.1 */ #else /* RSA sslc */