From 2f1bbbea1d8d0ef0c33ff02eb66ac12c7b203e97 Mon Sep 17 00:00:00 2001 From: wiire-a Date: Sun, 29 Oct 2017 11:21:40 +0100 Subject: [PATCH] Renamed 'RT/MT' mode to 'RT/MT/CL' --- src/pixiewps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixiewps.h b/src/pixiewps.h index 68be775..381c6a1 100644 --- a/src/pixiewps.h +++ b/src/pixiewps.h @@ -58,7 +58,7 @@ #endif uint_fast8_t p_mode[MODE_LEN] = { 0 }; -const char *p_mode_name[MODE_LEN + 1] = { "", "RT/MT", "eCos simple", "RTL819x", "eCos simplest", "eCos Knuth" }; +const char *p_mode_name[MODE_LEN + 1] = { "", "RT/MT/CL", "eCos simple", "RTL819x", "eCos simplest", "eCos Knuth" }; /* Also called 'porting' OpenSSL */ #define SET_RTL_PRIV_KEY(x) memset(x, 0x55, 192)