comparison arogue7/xcrypt.c @ 283:d71e5e1f49cf

Fix a few more compiler warnings.
author John "Elwin" Edwards
date Mon, 18 Sep 2017 19:36:14 -0400
parents adfa37e67084
children e52a8a7ad4c5
comparison
equal deleted inserted replaced
282:8b6aba552f6f 283:d71e5e1f49cf
54 54
55 #ifdef MASTER 55 #ifdef MASTER
56 # include <stdio.h> 56 # include <stdio.h>
57 #endif 57 #endif
58 #define _PASSWORD_EFMT1 '_' 58 #define _PASSWORD_EFMT1 '_'
59
60 unsigned long int md_htonl(unsigned long int x);
61 unsigned long int md_ntohl(unsigned long int x);
59 62
60 static unsigned char IP[64] = { 63 static unsigned char IP[64] = {
61 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 64 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4,
62 62, 54, 46, 38, 30, 22, 14, 6, 64, 56, 48, 40, 32, 24, 16, 8, 65 62, 54, 46, 38, 30, 22, 14, 6, 64, 56, 48, 40, 32, 24, 16, 8,
63 57, 49, 41, 33, 25, 17, 9, 1, 59, 51, 43, 35, 27, 19, 11, 3, 66 57, 49, 41, 33, 25, 17, 9, 1, 59, 51, 43, 35, 27, 19, 11, 3,