mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
When compiled with enforced ISO C (e.g. -std=c11) 'asm' inline does not compile (it's GNU extension). Use __asm__ inline assembly with GCC and clang compliers instead. Fixes: #786.
3.9 KiB
3.9 KiB