Support TLS extensions (specifically, HostName)
[oweals/openssl.git] / apps / apps.h
index 3edcf0a56259675c550bbc1983769d5167c9d1f5..f7950d7a97b3e272cf17466ab88fa7e0f4016d76 100644 (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