summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/apps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/apps.h')
-rw-r--r--src/usr.bin/openssl/apps.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h
index 4276e533f7..d02169b8aa 100644
--- a/src/usr.bin/openssl/apps.h
+++ b/src/usr.bin/openssl/apps.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: apps.h,v 1.19 2016/08/30 14:34:59 deraadt Exp $ */ 1/* $OpenBSD: apps.h,v 1.20 2017/12/05 15:02:06 jca Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -279,7 +279,8 @@ int app_isdir(const char *);
279 279
280#define TM_START 0 280#define TM_START 0
281#define TM_STOP 1 281#define TM_STOP 1
282double app_tminterval (int stop, int usertime); 282double app_timer_real(int stop);
283double app_timer_user(int stop);
283 284
284#define OPENSSL_NO_SSL_INTERN 285#define OPENSSL_NO_SSL_INTERN
285 286