CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/11/26 10:23:18
Modified files:
lib/libcrypto : constant_time.h
lib/libcrypto/aes: aes_local.h
lib/libcrypto/bn: bn_local.h
lib/libcrypto/camellia: cmll_local.h
lib/libcrypto/cms: cms_local.h
lib/libcrypto/ecdh: ech_local.h
lib/libcrypto/ecdsa: ecs_local.h
lib/libcrypto/evp: evp_local.h
lib/libcrypto/gost: gost_local.h
lib/libcrypto/pkcs12: pkcs12_local.h
lib/libcrypto/sm2: sm2_local.h
lib/libcrypto/ts: ts_local.h
lib/libcrypto/ui: ui_local.h
lib/libcrypto/x509: x509_local.h
lib/libssl : dtls_local.h ssl_local.h
Log message:
Make header guards of internal headers consistent
Not all of them, only those that didn't leak into a public header...
Yes.