CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2025/03/09 09:12:18

Modified files:
        lib/libcrypto  : crypto.h 
        lib/libcrypto/arch/aarch64: opensslconf.h 
        lib/libcrypto/arch/alpha: opensslconf.h 
        lib/libcrypto/arch/amd64: opensslconf.h 
        lib/libcrypto/arch/arm: opensslconf.h 
        lib/libcrypto/arch/hppa: opensslconf.h 
        lib/libcrypto/arch/i386: opensslconf.h 
        lib/libcrypto/arch/m88k: opensslconf.h 
        lib/libcrypto/arch/mips64: opensslconf.h 
        lib/libcrypto/arch/powerpc: opensslconf.h 
        lib/libcrypto/arch/powerpc64: opensslconf.h 
        lib/libcrypto/arch/riscv64: opensslconf.h 
        lib/libcrypto/arch/sh: opensslconf.h 
        lib/libcrypto/arch/sparc64: opensslconf.h 
        lib/libcrypto/err: err.h 
        lib/libssl     : d1_both.c ssl_local.h tls13_internal.h 

Log message:
Support OPENSSL_NO_FILENAMES

Some people are concerned that leaking a user name is a privacy issue.
Allow disabling the __FILE__ and __LINE__ argument in the error stack
to avoid this. This can be improved a bit in tree.

>From Viktor Szakats in https://github.com/libressl/portable/issues/761

ok bcook jsing

Reply via email to