NO_MULTIBYTE to NO_MULTIBYTE_PRINT

This commit is contained in:
Takashi Kojo 2018-11-29 07:04:01 +09:00
parent 0e94ae529c
commit a203cd4901
6 changed files with 10 additions and 10 deletions

View File

@ -35,7 +35,7 @@
#define WOLFSSL_CURRTIME_OSTICK /* use OS tich for current_time */
#define WOLFSSL_GMTIME
#define NO_MULTIBYTE
#define NO_MULTIBYTE_PRINT
// <<< Use Configuration Wizard in Context Menu >>>

View File

@ -34,7 +34,7 @@
#define WOLFSSL_USER_CURRTIME /* for benchmark */
#define WOLFSSL_CURRTIME_OSTICK /* use OS tich for current_time */
#define WOLFSSL_GMTIME
#define NO_MULTIBYTE
#define NO_MULTIBYTE_PRINT
// <<< Use Configuration Wizard in Context Menu >>>

View File

@ -34,7 +34,7 @@
#define WOLFSSL_USER_CURRTIME /* for benchmark */
#define WOLFSSL_CURRTIME_OSTICK /* use OS tich for current_time */
#define WOLFSSL_GMTIME
#define NO_MULTIBYTE
#define NO_MULTIBYTE_PRINT
// <<< Use Configuration Wizard in Context Menu >>>

View File

@ -258,7 +258,7 @@ static const char* client_bench_conmsg[][5] = {
"wolfSSL_connect avg took:", "milliseconds\n",
NULL
},
#ifndef NO_MULTIBYTE
#ifndef NO_MULTIBYTE_PRINT
/* Japanese */
{
"wolfSSL_resume 平均時間:", "ミリ秒\n",
@ -942,7 +942,7 @@ static const char* client_usage_msg[][59] = {
" 0: English, 1: Japanese\n", /* 58 */
NULL,
},
#ifndef NO_MULTIBYTE
#ifndef NO_MULTIBYTE_PRINT
/* Japanese */
{
" 注意 : 全てのファイルは wolfSSL ホーム・ディレクトリからの相対です。"

View File

@ -456,7 +456,7 @@ static const char* server_usage_msg[][49] = {
"\n 0: English, 1: Japanese\n", /* 48 */
NULL,
},
#ifndef NO_MULTIBYTE
#ifndef NO_MULTIBYTE_PRINT
/* Japanese */
{
" 注意 : 全てのファイルは"

View File

@ -433,7 +433,7 @@ static const char* bench_Usage_msg1[][10] = {
"-lng <num> Display benchmark result by specified language.\n 0: English, 1: Japanese\n",
"<num> Size of block in bytes\n",
},
#ifndef NO_MULTIBYTE
#ifndef NO_MULTIBYTE_PRINT
/* 1 Japanese */
{ "-? <num> ヘルプ, 使い方を表示します。\n 0: 英語、 1: 日本語\n",
"-csv csv 形式で端末に出力します。\n",
@ -451,7 +451,7 @@ static const char* bench_Usage_msg1[][10] = {
static const char* bench_result_words1[][4] = {
{ "tooks", "seconds" , "Cycles per byte", NULL }, /* 0 English */
#ifndef NO_MULTIBYTE
#ifndef NO_MULTIBYTE_PRINT
{ "" , "秒で処理", "1バイトあたりのサイクル数", NULL }, /* 1 Japanese */
#endif
};
@ -464,7 +464,7 @@ static const char* bench_result_words1[][4] = {
static const char* bench_desc_words[][9] = {
/* 0 1 2 3 4 5 6 7 8 */
{"public", "private", "key gen", "agree" , "sign", "verify", "encryption", "decryption", NULL}, /* 0 English */
#ifndef NO_MULTIBYTE
#ifndef NO_MULTIBYTE_PRINT
{"公開鍵", "秘密鍵" ,"鍵生成" , "鍵共有" , "署名", "検証" , "暗号化" , "復号化" , NULL}, /* 1 Japanese */
#endif
};
@ -583,7 +583,7 @@ static const char* bench_desc_words[][9] = {
#if defined(BENCH_ASYM)
static const char* bench_result_words2[][5] = {
{ "ops took", "sec" , "avg" , "ops/sec", NULL }, /* 0 English */
#ifndef NO_MULTIBYTE
#ifndef NO_MULTIBYTE_PRINT
{ "回処理を", "秒で実施", "平均", "処理/秒", NULL }, /* 1 Japanese */
#endif
};