X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fopensslconf.h.in;h=1c77f03c3dc3e7c8904ffd49a00529bab8cef384;hb=7f065cfdbd6f18a81a3f54ba6b8d5045fb533c89;hp=8db94782b916087657ade0b27bba8bd156550301;hpb=a581439bb1a5587fadbb7d7837bf9aa1b460d4da;p=oweals%2Fopenssl.git diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in index 8db94782b9..1c77f03c3d 100644 --- a/crypto/opensslconf.h.in +++ b/crypto/opensslconf.h.in @@ -2,18 +2,17 @@ #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 #define OPENSSL_FIPS #endif -#ifndef OPENSSL_EXPERIMENTAL_JPAKE -#define OPENSSL_EXPERIMENTAL_JPAKE -#endif - #endif /* Generate 80386 code? */