Edit

IABSD.fr/src/lib/libcrypto/bf

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2025-06-11 04:08:15
    Hash : 25dd8fed
    Message : 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