summaryrefslogtreecommitdiffstats
path: root/crypto/opensslconf.h.in
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2008-12-02 01:21:06 +0000
committerBodo Möller <bodo@openssl.org>2008-12-02 01:21:06 +0000
commit505ed2b0761b29520381d248c42503fd7665d05c (patch)
treee65e3e9d5f36d976e603c716f219b0d8ae7855fe /crypto/opensslconf.h.in
parentcef3e62d2b776e1fdf237b5277e94d482c15a541 (diff)
Implement Configure option pattern "experimental-foo"
(specifically, "experimental-jpake").
Diffstat (limited to 'crypto/opensslconf.h.in')
-rw-r--r--crypto/opensslconf.h.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in
index ae3fca1a72..1c77f03c3d 100644
--- a/crypto/opensslconf.h.in
+++ b/crypto/opensslconf.h.in
@@ -2,8 +2,11 @@
#ifdef OPENSSL_DOING_MAKEDEPEND
-/* Include any symbols here which have to be explicitly set to enable a
- * feature. For example OPENSSL_EXPERIMENTAL_FOO
+/* Include any symbols here that have to be explicitly set to enable a feature
+ * that should be visible to makedepend.
+ *
+ * [Our "make depend" doesn't actually look at this, we use actual build settings
+ * instead; we want to make it easy to remove subdirectories with disabled algorithms.]
*/
#ifndef OPENSSL_FIPS