aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_unix/md5_crypt.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-08-30 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2024-08-30 08:00:00 +0000
commit5d7eefb1883c557c7a027f68e966e2fae294a9b6 (patch)
treece1d7dbe6e5caf9722622298c7537238dd3c4e62 /modules/pam_unix/md5_crypt.c
parent8c2bb459417f363bb6a8ad54081ba671d039a8f6 (diff)
downloadpam-5d7eefb1883c557c7a027f68e966e2fae294a9b6.tar.gz
pam-5d7eefb1883c557c7a027f68e966e2fae294a9b6.tar.bz2
pam-5d7eefb1883c557c7a027f68e966e2fae294a9b6.zip
build: consistently include config.h first
Make sure that config.h is included before any system header.
Diffstat (limited to 'modules/pam_unix/md5_crypt.c')
-rw-r--r--modules/pam_unix/md5_crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_unix/md5_crypt.c b/modules/pam_unix/md5_crypt.c
index 9a6bd4f9..9451f376 100644
--- a/modules/pam_unix/md5_crypt.c
+++ b/modules/pam_unix/md5_crypt.c
@@ -12,11 +12,11 @@
*
*/
+#include "pam_inline.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "md5.h"
-#include "pam_inline.h"
static const unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */
"./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";