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
# 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
#include "mod_ssl.h"
-#if 0 /* XXX */
-
/* ----BEGIN GENERATED SECTION-------- */
/*
=pod
*/
-
-#endif /* XXX */
-
#ifndef SSL_UTIL_SSL_H
#define SSL_UTIL_SSL_H
-#if 0 /* XXX */
-
/*
* Determine SSL library version number
*/
#define SSL_LIBRARY_TEXT "OtherSSL 0.0.0 00 XXX 0000"
#endif
+#if 0 /* XXX */
+
/*
* Support for retrieving/overriding states
*/