| Index: net/cert/ct_log_verifier.h
|
| diff --git a/net/cert/ct_log_verifier.h b/net/cert/ct_log_verifier.h
|
| index 9f50c1423a643352dc44ac3cfba1814f38e0ecb7..fa5ba248b7d713388eea3c58c574c76c67dab956 100644
|
| --- a/net/cert/ct_log_verifier.h
|
| +++ b/net/cert/ct_log_verifier.h
|
| @@ -16,11 +16,7 @@
|
|
|
| // Forward declare the crypto types to avoid having to include the full
|
| // headers.
|
| -#if defined(USE_OPENSSL)
|
| typedef struct evp_pkey_st EVP_PKEY;
|
| -#else
|
| -typedef struct SECKEYPublicKeyStr SECKEYPublicKey;
|
| -#endif
|
|
|
| namespace net {
|
|
|
| @@ -98,11 +94,7 @@ class NET_EXPORT CTLogVerifier
|
| ct::DigitallySigned::HashAlgorithm hash_algorithm_;
|
| ct::DigitallySigned::SignatureAlgorithm signature_algorithm_;
|
|
|
| -#if defined(USE_OPENSSL)
|
| EVP_PKEY* public_key_;
|
| -#else
|
| - SECKEYPublicKey* public_key_;
|
| -#endif
|
| };
|
|
|
| } // namespace net
|
|
|