summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/powerpc/opensslconf.h
diff options
context:
space:
mode:
authortb <>2025-06-11 04:08:16 +0000
committertb <>2025-06-11 04:08:16 +0000
commit417eb2ee99ee039b1f6aaaee5f1407ca5e4f94cf (patch)
treeb407b919f392727fda8a3eb1b4b07f09e572a0f1 /src/lib/libcrypto/arch/powerpc/opensslconf.h
parent97521d8f43810962355d415721c07478c746d454 (diff)
downloadopenbsd-417eb2ee99ee039b1f6aaaee5f1407ca5e4f94cf.tar.gz
openbsd-417eb2ee99ee039b1f6aaaee5f1407ca5e4f94cf.tar.bz2
openbsd-417eb2ee99ee039b1f6aaaee5f1407ca5e4f94cf.zip
Remove BF_PTR
In bf_local.h r1.2, openssl/opensslconf.h was pulled out of the HEADER_BF_LOCL_H header guard, so BF_PTR was never defined from opensslfeatures.h. Thus, alpha, mips64, sparc64 haven't used the path that is supposedly optimized for them. On the M3k the speed gain of bf-cbc with BF_PTR is roughly 5%, so not really great. This is blowfish, so I don't think we want to carry complications for alpha and mips64 only. ok jsing kenjiro
Diffstat (limited to 'src/lib/libcrypto/arch/powerpc/opensslconf.h')
-rw-r--r--src/lib/libcrypto/arch/powerpc/opensslconf.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/libcrypto/arch/powerpc/opensslconf.h b/src/lib/libcrypto/arch/powerpc/opensslconf.h
index ee2111390a..639b15e8f4 100644
--- a/src/lib/libcrypto/arch/powerpc/opensslconf.h
+++ b/src/lib/libcrypto/arch/powerpc/opensslconf.h
@@ -27,11 +27,6 @@
27#define BN_LLONG 27#define BN_LLONG
28#endif 28#endif
29 29
30#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
31#define CONFIG_HEADER_BF_LOCL_H
32#undef BF_PTR
33#endif /* HEADER_BF_LOCL_H */
34
35#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
36#define CONFIG_HEADER_DES_LOCL_H 31#define CONFIG_HEADER_DES_LOCL_H
37#ifndef DES_DEFAULT_OPTIONS 32#ifndef DES_DEFAULT_OPTIONS