Collect timing procedures in apps/apps.c. It's a bit cruel patch, as it

temporarily[!] removes support for couple of esoteric platforms [well,
Netware, vxWorks and VMS].
This commit is contained in:
Andy Polyakov
2005-11-06 11:40:59 +00:00
parent 6852d1d8c3
commit 0a39d8f207
4 changed files with 135 additions and 335 deletions

View File

@@ -314,4 +314,8 @@ void policies_print(BIO *out, X509_STORE_CTX *ctx);
int app_isdir(const char *);
int raw_read_stdin(void *,int);
int raw_write_stdout(const void *,int);
#define TM_START 0
#define TM_STOP 1
double app_tminterval (int stop,int usertime);
#endif