FreeRADIUS / pam_radius

This is the PAM to RADIUS authentication module. It allows any Linux, OSX or Solaris machine to become a RADIUS client for authentication and password change requests.
GNU General Public License v2.0
102 stars 90 forks source link

Declare C string constants using array syntax #61

Closed DimitriPapadopoulos closed 2 years ago

DimitriPapadopoulos commented 2 years ago

Avoid pointer syntax when possible.

They are different, the array syntax generates smaller, faster code.

See for example: https://eklitzke.org/declaring-c-string-constants-the-right-way