diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-08-22 04:33:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-08-22 04:33:08 +0000 |
commit | 8359530f8f55c29a73c3f560fb96f652f45e9893 (patch) | |
tree | bfd908138102b302729e07dbbce6cf9cff3d8e46 /usr.bin/openssl | |
parent | 800e109073cddfb8c6689412a467d072b7d272d2 (diff) |
Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code.
Diffstat (limited to 'usr.bin/openssl')
-rw-r--r-- | usr.bin/openssl/speed.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/openssl/speed.c b/usr.bin/openssl/speed.c index 52ab5c6db3e..0ca87687bdf 100644 --- a/usr.bin/openssl/speed.c +++ b/usr.bin/openssl/speed.c @@ -1,4 +1,4 @@ -/* $OpenBSD: speed.c,v 1.18 2015/10/17 15:00:11 doug Exp $ */ +/* $OpenBSD: speed.c,v 1.19 2016/08/22 04:33:07 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -79,9 +79,6 @@ #define ECDSA_SECONDS 10 #define ECDH_SECONDS 10 -/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */ -/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */ - #include <math.h> #include <signal.h> #include <stdio.h> |