From 32aef20f13ecb179ab0dbad9eb80d1d44d00b595 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 5 May 2001 19:39:48 +0000 Subject: [PATCH] Nothing to port for ssl_engine_dh.c except that SSL_LIBRARY_VERSION has to be already available. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89025 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/README | 2 +- modules/ssl/ssl_engine_dh.c | 5 ----- modules/ssl/ssl_util_ssl.h | 4 ++-- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/modules/ssl/README b/modules/ssl/README index e2c446ae2a..29f4e213c9 100644 --- a/modules/ssl/README +++ b/modules/ssl/README @@ -28,7 +28,7 @@ # mod_ssl.c ............... main source file containing API structures - mod_ssl.h ............... common header file of mod_ssl - ssl_engine_config.c ..... module configuration handling - - ssl_engine_dh.c ......... DSA/DH support + # ssl_engine_dh.c ......... DSA/DH support - ssl_engine_ds.c ......... data structures - ssl_engine_ext.c ........ Extensions to other Apache parts - ssl_engine_init.c ....... module initialization diff --git a/modules/ssl/ssl_engine_dh.c b/modules/ssl/ssl_engine_dh.c index 508a35b10d..35689dd6e0 100644 --- a/modules/ssl/ssl_engine_dh.c +++ b/modules/ssl/ssl_engine_dh.c @@ -62,8 +62,6 @@ #include "mod_ssl.h" -#if 0 /* XXX */ - /* ----BEGIN GENERATED SECTION-------- */ /* @@ -253,6 +251,3 @@ unlink("dh1024.pem"); =pod */ - -#endif /* XXX */ - diff --git a/modules/ssl/ssl_util_ssl.h b/modules/ssl/ssl_util_ssl.h index 303129e6e4..87341dc459 100644 --- a/modules/ssl/ssl_util_ssl.h +++ b/modules/ssl/ssl_util_ssl.h @@ -60,8 +60,6 @@ #ifndef SSL_UTIL_SSL_H #define SSL_UTIL_SSL_H -#if 0 /* XXX */ - /* * Determine SSL library version number */ @@ -75,6 +73,8 @@ #define SSL_LIBRARY_TEXT "OtherSSL 0.0.0 00 XXX 0000" #endif +#if 0 /* XXX */ + /* * Support for retrieving/overriding states */ -- 2.40.0