mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 22:40:16 +01:00
The warning "-Wcast-align=strict" seems useful and will be enabled next. Fix places that currently cause the warning by using the new macro NM_CAST_ALIGN(). This macro also nm_assert()s that the alignment is correct. |
||
|---|---|---|
| .. | ||
| meson.build | ||
| nm-crypto-gnutls.c | ||
| nm-crypto-impl.h | ||
| nm-crypto-nss.c | ||
| nm-crypto-null.c | ||
| nm-crypto.c | ||
| nm-crypto.h | ||
| README.md | ||
libnm-crypto
libnm-core has a dependency on crypto code (either backed by "gnutls", "nss" or the "null" dummy implementation).
libnm-core gets then statically linked into the daemon and into libnm.so.