diff options
author | tb <> | 2023-03-26 22:11:03 +0000 |
---|---|---|
committer | tb <> | 2023-03-26 22:11:03 +0000 |
commit | a3cf057df31964ce53c82dab6c823c6aef33ce28 (patch) | |
tree | 95426a46aba7d5cf69f4454ae7500454667d9a32 /src | |
parent | 2b7d737bb99195b5978fb375c52d6e79be52bf9e (diff) | |
download | openbsd-a3cf057df31964ce53c82dab6c823c6aef33ce28.tar.gz openbsd-a3cf057df31964ce53c82dab6c823c6aef33ce28.tar.bz2 openbsd-a3cf057df31964ce53c82dab6c823c6aef33ce28.zip |
Remove the now almost empty and unused bn_mod_exp2_mont.c
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/bn/bn_mod_exp2_mont.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/regress/lib/libcrypto/bn/bn_mod_exp2_mont.c b/src/regress/lib/libcrypto/bn/bn_mod_exp2_mont.c deleted file mode 100644 index e529d3d4fa..0000000000 --- a/src/regress/lib/libcrypto/bn/bn_mod_exp2_mont.c +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | /* $OpenBSD: bn_mod_exp2_mont.c,v 1.3 2023/03/26 22:09:08 tb Exp $ */ | ||
2 | /* | ||
3 | * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> | ||
4 | * | ||
5 | * Permission to use, copy, modify, and distribute this software for any | ||
6 | * purpose with or without fee is hereby granted, provided that the above | ||
7 | * copyright notice and this permission notice appear in all copies. | ||
8 | * | ||
9 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
10 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
11 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
12 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
13 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
16 | */ | ||
17 | |||
18 | int | ||
19 | main(void) | ||
20 | { | ||
21 | return 0; | ||
22 | } | ||