opencryptoki / libica

Crypto library for s390x.
Other
9 stars 17 forks source link

Use __asm__ instead of asm #129

Closed jschmidb closed 4 months ago

jschmidb commented 4 months ago

The asm keyword is a GNU extension. When writing code that can be compiled with -ansi and the various -std options, use asm instead of asm.