提交 7bd51947 编写于 作者: U Ulf Möller

Temporary fix for build break.

It's still inconsistent - probably better to undo the whole OPENSSL_NO_* thing.
上级 4901b416
......@@ -693,6 +693,7 @@ if ($no_krb5
$cflags="-DOPENSSL_NO_KRB5 $cflags";
$options.=" no-krb5" unless $no_krb5;
$openssl_algorithm_defines .= "#define OPENSSL_NO_KRB5\n";
$openssl_algorithm_defines .= "#define NO_KRB5\n";
}
else
{
......
......@@ -61,6 +61,7 @@
** 19990701 VRS Started.
*/
#include <openssl/opensslconf.h>
#ifndef NO_KRB5
#include <string.h>
#include <openssl/ssl.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册