one more HAVE_OPENSSL for EC

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25274 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-06-06 06:43:10 +00:00
parent f4c2c5243c
commit 0cac9adc37

View File

@@ -419,6 +419,8 @@ get_dh_param(krb5_context context,
return ret;
}
#ifdef HAVE_OPENSSL
static krb5_error_code
get_ecdh_param(krb5_context context,
krb5_kdc_configuration *config,
@@ -480,6 +482,8 @@ get_ecdh_param(krb5_context context,
return ret;
}
#endif /* HAVE_OPENSSL */
krb5_error_code
_kdc_pk_rd_padata(krb5_context context,
krb5_kdc_configuration *config,