diff options
author | Theo Buehler <tb@openbsd.org> | 2025-04-11 18:31:04 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-04-12 18:06:24 +0200 |
commit | 1087da12fc815a84592454980cdcd5d34b07285b (patch) | |
tree | b61cb73d1f6952eb4c73d59d65fd23c643505604 /crypto/arch | |
parent | 33537646812ce13f5c6c257a6d44adeae259ef6e (diff) | |
download | portable-1087da12fc815a84592454980cdcd5d34b07285b.tar.gz portable-1087da12fc815a84592454980cdcd5d34b07285b.tar.bz2 portable-1087da12fc815a84592454980cdcd5d34b07285b.zip |
Sync opensslconf.h, add crypto_arch.h for mips
This was easy enough to make compile. As long as it doesn't get in the
way, I think we can keep this.
Fixes #1110
Diffstat (limited to 'crypto/arch')
-rw-r--r-- | crypto/arch/mips/crypto_arch.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/crypto/arch/mips/crypto_arch.h b/crypto/arch/mips/crypto_arch.h new file mode 100644 index 0000000..274879c --- /dev/null +++ b/crypto/arch/mips/crypto_arch.h | |||
@@ -0,0 +1,21 @@ | |||
1 | /* $OpenBSD$ */ | ||
2 | /* | ||
3 | * Copyright (c) 2024 Joel Sing <jsing@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 | #ifndef HEADER_CRYPTO_ARCH_H | ||
19 | #define HEADER_CRYPTO_ARCH_H | ||
20 | |||
21 | #endif | ||