The description was there, the option not evaluated however.

--
Index: crypto/threads/mttest.c
===================================================================
RCS file: /v/openssl/cvs/openssl/crypto/threads/mttest.c,v
retrieving revision 1.15
diff -u -r1.15 mttest.c
--- crypto/threads/mttest.c     11 Apr 2006 21:34:20 -0000      1.15
+++ crypto/threads/mttest.c     15 Sep 2008 11:39:42 -0000
@@ -253,6 +253,8 @@
                        number_of_loops= atoi(*(++argv));
                        if (number_of_loops == 0) number_of_loops=1;
                        }
+               else if (strcmp(*argv,"-v") == 0)
+                       verbose = 1;
                else
                        {
                        fprintf(stderr,"unknown option %s\n",*argv);
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to