There is no reason for a C source file to be executable. This may sometimes happen if the file has been transferred from or through a non-Unix operating system.
You may safely remove the execute bit if you wish:
$ chmod a-x secp256k1.c
There is no reason for a C source file to be executable. This may sometimes happen if the file has been transferred from or through a non-Unix operating system.
You may safely remove the execute bit if you wish:
$ chmod a-x secp256k1.c