]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_crypto.c: Avoid using the non-portable ALLPERMS macro.
authorSean Bright <sean@seanbright.com>
Mon, 5 Jun 2023 22:17:47 +0000 (18:17 -0400)
committerSean Bright <sean@seanbright.com>
Mon, 12 Jun 2023 14:22:49 +0000 (14:22 +0000)
commit0642f4cb1df529497664ff064a38bd2dbceebbb0
tree50faf93aa193ac62c1835fd9e1c903e27ab32eb7
parent4e657b6181fb419d957f68698e057b2ca3b80254
res_crypto.c: Avoid using the non-portable ALLPERMS macro.

ALLPERMS is not POSIX and it's trivial enough to not jump through
autoconf hoops to check for it.

Fixes #149.
res/res_crypto.c