More noSSL build fixes.
This commit is contained in:
parent
0876ab98f9
commit
76b3c7f420
@ -153,6 +153,7 @@ BCertificate::Issuer()
|
||||
BString
|
||||
BCertificate::Subject()
|
||||
{
|
||||
return BString();
|
||||
}
|
||||
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
#ifdef OPENSSL_ENABLED
|
||||
# include <openssl/ssl.h>
|
||||
#endif
|
||||
|
||||
|
||||
class BCertificate::Private {
|
||||
@ -18,6 +17,7 @@ public:
|
||||
public:
|
||||
X509* fX509;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user