Ensure verify error is set when X509_verify_cert() fails
[openssl.git] / util / mkdef.pl
index 4d8befe19f6dccdf093d3c522b7ea3b390cc7cbf..c2fbfe7062f3a4f7443796eb5d579d87cfec9be7 100755 (executable)
@@ -247,7 +247,6 @@ $ssl.=" include/openssl/srtp.h";
 my $crypto ="include/openssl/crypto.h";
 $crypto.=" include/internal/o_dir.h";
 $crypto.=" include/internal/o_str.h";
-$crypto.=" include/internal/threads.h";
 $crypto.=" include/internal/err.h";
 $crypto.=" include/openssl/des.h" ; # unless $no_des;
 $crypto.=" include/openssl/idea.h" ; # unless $no_idea;