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=2a263ee1a2c85e6cc749ba8694dac9297d6abe9a;p=thirdparty%2Fapache%2Fhttpd.git typo fix s/EDG/EGD/g git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@94210 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_rand.c b/ssl_engine_rand.c index f90bf114e8a..4a69d5904eb 100644 --- a/ssl_engine_rand.c +++ b/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/ssl_toolkit_compat.h b/ssl_toolkit_compat.h index e8b3a916ae1..f297947f0be 100644 --- a/ssl_toolkit_compat.h +++ b/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 */