diff options
| author | tb <> | 2023-03-26 22:11:03 +0000 |
|---|---|---|
| committer | tb <> | 2023-03-26 22:11:03 +0000 |
| commit | 27182cf17b97a99b1a214f12fe6569ded56d1fb3 (patch) | |
| tree | 95426a46aba7d5cf69f4454ae7500454667d9a32 /src | |
| parent | 5f68ba687417d44d9400cdfd32bbe84963207a01 (diff) | |
| download | openbsd-27182cf17b97a99b1a214f12fe6569ded56d1fb3.tar.gz openbsd-27182cf17b97a99b1a214f12fe6569ded56d1fb3.tar.bz2 openbsd-27182cf17b97a99b1a214f12fe6569ded56d1fb3.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 | } | ||
