blob: 4c7fc8402b755c51645417b53da8d2b4230c09ac [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#include <zircon/types.h>
namespace crypto {
// Prints the crypto errors. Use when a call to the crypto implementation indicates failure.
void xprintf_crypto_errors(zx_status_t* out);
} // namespace crypto