crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum
[musl] / crt / x86_64 / crti.s
1 .section .init
2 .global _init
3 _init:
4
5 .section .fini
6 .global _fini
7 _fini: