From: Ralf S. Engelschall Date: Sat, 5 May 2001 19:39:48 +0000 (+0000) Subject: Nothing to port for ssl_engine_dh.c except that X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca46cb7d86cfb3ff3f65a8b8dd0d5f9acdff787e;p=thirdparty%2Fapache%2Fhttpd.git 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/modules/ssl@89025 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/README b/README index e2c446ae2ab..29f4e213c90 100644 --- a/README +++ b/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/ssl_engine_dh.c b/ssl_engine_dh.c index 508a35b10dc..35689dd6e0a 100644 --- a/ssl_engine_dh.c +++ b/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/ssl_util_ssl.h b/ssl_util_ssl.h index 303129e6e4d..87341dc4594 100644 --- a/ssl_util_ssl.h +++ b/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 */