Edit

IABSD.fr/src/lib/libcrypto/ct

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2025-11-26 10:19:57
    Hash : 4d7cf82b
    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