-t is supported, so display some help about it.
authorRichard Levitte <levitte@openssl.org>
Wed, 1 Nov 2000 23:55:45 +0000 (23:55 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 1 Nov 2000 23:55:45 +0000 (23:55 +0000)
apps/engine.c

index 5467aece11c7f96bac20638ea435f28652a40483..42f768b12f82d7cd0db297c91a088f73315fe0a4 100644 (file)
@@ -75,8 +75,8 @@ static char *engine_usage[]={
 " -v          - verbose mode, a textual listing of the engines in OpenSSL\n",
 #if 0
 " -c          - for each engine, also list the capabilities\n",
-" -t          - for each engine, check that they are really available\n",
 #endif
+" -t          - for each engine, check that they are really available\n",
 NULL
 };