Skip to content
Snippets Groups Projects
Commit 5fce6afe authored by Cy Schubert's avatar Cy Schubert
Browse files

security/krb5-120: MIT KRB5 1.20 does not support LibreSSL

MIT KRB5 does not support LibreSSL and requires a function only
found in OpenSSL. Therefore mark libressl and libressl-devel IGNORE.

pkinit_crypto_openssl.c:334:14: error: implicit declaration of function
'EVP_PKEY_param_check' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
    result = EVP_PKEY_param_check(ctx);

EVP_PKEY_param_check(), an OpenSSL function, is not supported by LibreSSL.
parent 8f009815
No related merge requests found
......@@ -19,6 +19,8 @@ LICENSE= MIT
CONFLICTS= heimdal krb5 krb5-*
CONFLICTS_BUILD= boringssl
IGNORE_SSL= libressl libressl-devel
KERBEROSV_URL= http://web.mit.edu/kerberos/
USES= compiler:c++11-lang cpe gmake gettext-runtime \
gssapi:bootstrap,mit libtool:build localbase \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment