/*---------------------------------------------------------------------------*
Project: Horizon
File: ssl.h
Copyright (C)2010 Nintendo Co., Ltd. All rights reserved.
These coded instructions, statements, and computer programs contain
proprietary information of Nintendo of America Inc. and/or Nintendo
Company Ltd., and are protected by Federal copyright law. They may
not be disclosed to third parties or copied or duplicated in any form,
in whole or in part, without the prior written consent of Nintendo.
$Rev: 25951 $
*---------------------------------------------------------------------------*/
/*! @file
@brief SSL 通信に関する API の宣言
:include nn/ssl.h
*/
#ifndef NN_SSL_H_
#define NN_SSL_H_
/*! @namespace nn::ssl
@brief SSL 通信 API の名前空間
注意:このライブラリはデバッグ用途のために用意されています。製品に組み込む場合は弊社窓口までご相談ください。
*/
#include
#include
#include
#include
#include
#include
#include
#include
/*!
@defgroup nn_ssl ssl
@brief SSL 通信を実施する為のモジュールです
@{
*/
/*!
@}
*/
#endif /* NN_SSL_H_ */