FreeBSD only supports ftime() through libcompat, which means it's
[openssl.git] / apps / speed.c
index 899ad02c399e322e38aaeb44733106fc5540e235..507b63b97f594bc8842cac1a0eb7e6fc95e2b2a9 100644 (file)
@@ -87,7 +87,7 @@
 #elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
 # define TIMES
 #endif
-#if !defined(_UNICOS) && !defined(__OpenBSD__)
+#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__)
 # define TIMEB
 #endif
 
@@ -318,7 +318,7 @@ int MAIN(int argc, char **argv)
 #define DSA_NUM                3
        long count,rsa_count;
        int i,j,k;
-       unsigned rsa_num,rsa_num2;
+       unsigned rsa_num;
 #ifndef NO_MD2
        unsigned char md2[MD2_DIGEST_LENGTH];
 #endif