mirror of
https://github.com/curl/curl.git
synced 2026-04-20 18:01:15 +03:00
openssl/bio.h doesn't exist when we build with yassl so avoid trying
This commit is contained in:
parent
a20a6f67c5
commit
c1f3edbdd1
1 changed files with 5 additions and 2 deletions
|
|
@ -15,6 +15,10 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
#include <openssl/opensslv.h>
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
#ifndef YASSL_VERSION
|
||||
|
||||
#include <openssl/x509v3.h>
|
||||
#include <openssl/x509_vfy.h>
|
||||
#include <openssl/crypto.h>
|
||||
|
|
@ -25,7 +29,6 @@
|
|||
#include <openssl/x509.h>
|
||||
#include <openssl/pkcs12.h>
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
#include "testutil.h"
|
||||
|
||||
|
|
@ -332,7 +335,7 @@ int test(char *URL)
|
|||
|
||||
return i;
|
||||
}
|
||||
|
||||
#endif /* YASSL_VERSION */
|
||||
#else /* USE_SSLEAY */
|
||||
|
||||
int test(char *URL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue