diff options
Diffstat (limited to 'cpu-miner.c')
-rw-r--r-- | cpu-miner.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu-miner.c b/cpu-miner.c index 5371296..bbf131d 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -85,9 +85,9 @@ static struct option_help options_help[] = { #ifdef WANT_VIA_PADLOCK "\n\tvia\t\tVIA padlock implementation" #endif - "\n\tcryptopp\tCrypto++ library implementation (EXPERIMENTAL)" + "\n\tcryptopp\tCrypto++ library implementation" #ifdef WANT_CRYPTOPP_ASM32 - "\n\tcryptopp_asm32\tCrypto++ library implementation (EXPERIMENTAL)" + "\n\tcryptopp_asm32\tCrypto++ library implementation" #endif }, |