diff options
author | Jeff Garzik <jeff@garzik.org> | 2010-12-18 16:31:28 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-12-18 16:31:28 -0500 |
commit | 857ba8f6cc6929e5da92c38bc74d7bec8f56ecd6 (patch) | |
tree | ee3047a1909026475aef25e7d5df1d4235e74c7e /cpu-miner.c | |
parent | 0ee24c00ceaea805c0c7222a13733e4030331ac5 (diff) |
Release version 0.3.v0.3
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 }, |