aboutsummaryrefslogtreecommitdiff
path: root/src/pki/fillins/openssl_util.h
diff options
context:
space:
mode:
authorBoringSSL Robot <178796648329-compute@developer.gserviceaccount.com>2024-04-12 13:48:42 +0000
committerBoringSSL Robot <178796648329-compute@developer.gserviceaccount.com>2024-04-12 13:48:42 +0000
commitc638ed8a1bc33c3f08113d9dcf165820764728a2 (patch)
tree1c71f6c6d115b555b9cb072910a3661d8ca00ed7 /src/pki/fillins/openssl_util.h
parent8ed092b54604624002a054bf10c34357f71e7a66 (diff)
parent23824fa0fed94f4660ffafb15aaea8b317f2c8a6 (diff)
downloadboringssl-chromium-stable-with-bazel.zip
boringssl-chromium-stable-with-bazel.tar.gz
boringssl-chromium-stable-with-bazel.tar.bz2
update chromium-stable-with-bazel from chromium-stable branchchromium-stable-with-bazel
Diffstat (limited to 'src/pki/fillins/openssl_util.h')
-rw-r--r--src/pki/fillins/openssl_util.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/pki/fillins/openssl_util.h b/src/pki/fillins/openssl_util.h
deleted file mode 100644
index f193a51..0000000
--- a/src/pki/fillins/openssl_util.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2023 The Chromium Authors
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef BSSL_FILLINS_OPENSSL_UTIL_H
-#define BSSL_FILLINS_OPENSSL_UTIL_H
-
-#include <openssl/base.h>
-
-#include <string>
-
-namespace bssl {
-
-namespace fillins {
-
-// Place an instance of this class on the call stack to automatically clear
-// the OpenSSL error stack on function exit.
-class OPENSSL_EXPORT OpenSSLErrStackTracer {
- public:
- OpenSSLErrStackTracer();
- ~OpenSSLErrStackTracer();
-};
-
-} // namespace fillins
-
-} // namespace bssl
-
-#endif // BSSL_FILLINS_OPENSSL_UTIL_H