#endif
#endif /* not lint */
-#include "pg_config.h"
+#include "c.h"
#include
#include
static int des_setkey(const char *key);
static int des_cipher(const char *in, char *out, long salt, int num_iter);
-static int setkey(const char *key);
-static int encrypt(char *block, int flag);
/*
* UNIX password, and DES, encryption.
/*
* "setkey" routine (for backwards compatibility)
*/
+#ifdef NOT_USED
int
setkey(key)
const char *key;
}
return (0);
}
+#endif
#ifdef DEBUG
STATIC