]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 10 Jul 2023 11:49:48 +0000 (11:49 +0000)
commit0503e2b61258ad3ef6909c2d48188fb3e09495cc
tree7ea97a570670731fdebea0fff1e9144c9978d41e
parentdafa9917ff6cd1f1f67320c37ce939d8e0399fe8
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.

(cherry picked from commit ebc007322b19f76de99265014f4e397ec542b3f5)
res/res_crypto.c