freebsd-ports/security/py-crack/files/patch-_crack.c.in
Pav Lucistnik b22378f7b1 This module brings to Python programs the capability of evaluating password
strength. To achieve this noble aim it uses the well known cracklib toolkit,
hence the name.

PR:		ports/83603
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-07-18 16:29:47 +00:00

11 lines
225 B
C

--- _crack.c.in.orig Sun Jul 17 16:23:35 2005
+++ _crack.c.in Sun Jul 17 16:23:45 2005
@@ -19,7 +19,7 @@
*/
#include <Python.h>
-#include <crack.h>
+#include <packer.h>
#include <stdio.h>
#define FILENAME_MAXLEN 512