CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2025/11/26 03:19:57

Modified files:
        lib/libcrypto/asn1: asn1_local.h 
        lib/libcrypto/cast: cast_local.h 
        lib/libcrypto/ct: ct_local.h 
        lib/libcrypto/dsa: dsa_local.h 
        lib/libcrypto/ec: ec_local.h 
        lib/libcrypto/idea: idea_local.h 
        lib/libcrypto/modes: modes_local.h 
        lib/libcrypto/rc2: rc2_local.h 
        lib/libcrypto/rsa: rsa_local.h 

Log message:
libcrypto: add header guards to *_local.h

An upcoming change requires the inclusion of asn1_local.h in x509_local.h
which doesn't work due to missing header guards. Add guards to all local
headers that don't have them, although reacharounds and multiple inclusions
are unlikely to occur for most of those.

ok jsing

Reply via email to