diff options
Diffstat (limited to 'include/sslopt-case.h')
-rw-r--r-- | include/sslopt-case.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sslopt-case.h b/include/sslopt-case.h index ce46cf65cc9..3b64a225fe2 100644 --- a/include/sslopt-case.h +++ b/include/sslopt-case.h @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifdef HAVE_OPENSSL +#if defined(HAVE_OPENSSL) && !defined(EMBEDDED_LIBRARY) case OPT_SSL_KEY: case OPT_SSL_CERT: case OPT_SSL_CA: |