aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-06 11:40:59 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-06 11:40:59 +0000
commit0a39d8f2074aa96b48a76e01bd246f6beb778439 (patch)
treea2d2868dedfe9ec31eda665c17589f72d6a21b7a /apps/apps.h
parent6852d1d8c3dcc3b536ab779e4ab7ae82fa1fadbf (diff)
downloadopenssl-0a39d8f2074aa96b48a76e01bd246f6beb778439.tar.gz
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].
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 3edcf0a562..f7950d7a97 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -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