]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Mon, 12 Jun 2023 14:22:52 +0000 (14:22 +0000)
commitb4d2e328313f7a31c82c969a43d36311582a47a7
tree2b9ac40cc29a3df85be86e8e46984810f155a73c
parent73326fb4e07e5b242e634c6e7b3197de9f04e09d
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