From 1087da12fc815a84592454980cdcd5d34b07285b Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 11 Apr 2025 18:31:04 +0200 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 14917f9..7aff24f 100644 --- a/.gitignore +++ b/.gitignore @@ -239,6 +239,8 @@ include/openssl/*.h /crypto/* !/crypto/Makefile.am.* +!/crypto/arch/ +!/crypto/arch/mips/* !/crypto/compat/ /crypto/compat/* !/crypto/compat/arc4random.h -- cgit v1.2.3-55-g6feb