// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #if !defined(BSSL_PKI_SIGNATURE_VERIFY_CACHE_H_) && defined(__cplusplus) #define BSSL_PKI_SIGNATURE_VERIFY_CACHE_H_ #include <openssl/base.h> #include <string> BSSL_NAMESPACE_BEGIN class OPENSSL_EXPORT SignatureVerifyCache { … }; BSSL_NAMESPACE_END #endif // BSSL_PKI_SIGNATURE_VERIFY_CACHE_H_ && __cplusplus