| Index: crypto/scoped_openssl_types.h
|
| diff --git a/crypto/scoped_openssl_types.h b/crypto/scoped_openssl_types.h
|
| index d0428fb7095676268896b23510dbb6858160a864..cc056e49efea94046e42feef7409556d4bb4863b 100644
|
| --- a/crypto/scoped_openssl_types.h
|
| +++ b/crypto/scoped_openssl_types.h
|
| @@ -22,6 +22,7 @@ namespace crypto {
|
| // base::internal::RunnableAdapter<>, but that's far too heavy weight.
|
| template <typename Type, void (*Destroyer)(Type*)>
|
| struct OpenSSLDestroyer {
|
| + typedef void AllowSelfReset;
|
| void operator()(Type* ptr) const { Destroyer(ptr); }
|
| };
|
|
|
|
|