Hola,

I am running quick tests on all the apps for my OpenSSL port.

Two minor fixes (one in s_time.c and one in speed.c).

/Lennart Bang
[EMAIL PROTECTED]

===================================================================
--- modapps/s_time.c    Thu Sep  2 13:17:45 1999
+++ apps/s_time.c       Tue Sep  7 17:12:27 1999
@@ -253,7 +253,6 @@
 #endif

        apps_startup();
-       s_time_init();

        if (bio_err == NULL)
                bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
@@ -410,6 +409,8 @@
        int ret=1,i;
        MS_STATIC char buf[1024*8];
        int ver;
+
+       s_time_init();

 #if !defined(NO_SSL2) && !defined(NO_SSL3)
        s_time_meth=SSLv23_client_method();
===================================================================
--- modapps/speed.c     Thu Sep  2 13:17:46 1999
+++ apps/speed.c        Tue Sep  7 15:00:07 1999
@@ -71,7 +71,9 @@

 #include <stdio.h>
 #include <stdlib.h>
+#ifndef OSE_DELTA
 #include <signal.h>
+#endif
 #include <string.h>
 #include <math.h>
 #include "apps.h"
@@ -344,6 +346,7 @@
        int pr_header=0;

        apps_startup();
+       memset(results, 0, sizeof(results));
 #ifndef NO_DSA
        memset(dsa_key,0,sizeof(dsa_key));
 #endif
===================================================================

begin:vcard 
n:Bang;Lennart
tel;cell:+46 70 733 14 70
tel;fax:+46 8 446 34 64
tel;work:+46 8 446 34 67
x-mozilla-html:TRUE
url:www.netstream.se
org:NetStream AB;Networking department
version:2.1
email;internet:[EMAIL PROTECTED]
title:CEO   |   http://www.netstream.se
adr;quoted-printable:;;Enhagsbacken 9=0D=0A;S-187 40 Taby;;;Sweden
fn:Lennart Bang
end:vcard

Reply via email to