From 5b74033b803f7c33d8f2d431f89f6f97671a2cf6 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Wed, 27 Mar 2002 03:33:57 +0000 Subject: [PATCH] typo fix s/EDG/EGD/g git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94210 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_engine_rand.c | 2 +- modules/ssl/ssl_toolkit_compat.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ssl/ssl_engine_rand.c b/modules/ssl/ssl_engine_rand.c index f90bf114e8..4a69d5904e 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 e8b3a916ae..f297947f0b 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 */ -- 2.50.1