diff options
author | deraadt <> | 2016-08-22 04:33:07 +0000 |
---|---|---|
committer | deraadt <> | 2016-08-22 04:33:07 +0000 |
commit | bd391611bd023f6a68f284f79aabe50a8635842a (patch) | |
tree | 0d067564af3751c2657387e4b69426dda54f8b99 /src | |
parent | 67a0c1f0a5d6395298e34c468077076648881e92 (diff) | |
download | openbsd-bd391611bd023f6a68f284f79aabe50a8635842a.tar.gz openbsd-bd391611bd023f6a68f284f79aabe50a8635842a.tar.bz2 openbsd-bd391611bd023f6a68f284f79aabe50a8635842a.zip |
Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code.
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/speed.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/speed.c b/src/usr.bin/openssl/speed.c index 52ab5c6db3..0ca87687bd 100644 --- a/src/usr.bin/openssl/speed.c +++ b/src/usr.bin/openssl/speed.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: speed.c,v 1.18 2015/10/17 15:00:11 doug Exp $ */ | 1 | /* $OpenBSD: speed.c,v 1.19 2016/08/22 04:33:07 deraadt 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 | * |
@@ -79,9 +79,6 @@ | |||
79 | #define ECDSA_SECONDS 10 | 79 | #define ECDSA_SECONDS 10 |
80 | #define ECDH_SECONDS 10 | 80 | #define ECDH_SECONDS 10 |
81 | 81 | ||
82 | /* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */ | ||
83 | /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */ | ||
84 | |||
85 | #include <math.h> | 82 | #include <math.h> |
86 | #include <signal.h> | 83 | #include <signal.h> |
87 | #include <stdio.h> | 84 | #include <stdio.h> |