freebsd-ports/security/libkpass/files/patch-src_kpass.c
Pawel Pekala c2f7978e89 Libkpass is a from-scratch C implementation of reading and writing
KeePass 1.x format password databases.

WWW:	http://libkpass.sourceforge.net/

PR:		ports/160675
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
Approved by:	miwi, wen (mentors implicit)
2011-09-17 21:29:47 +00:00

11 lines
265 B
C

--- src/kpass.c.orig 2011-09-12 11:39:12.476116248 +0400
+++ src/kpass.c 2011-09-12 11:39:37.962483090 +0400
@@ -19,7 +19,7 @@
#include <string.h>
#include <openssl/evp.h>
-#include <byteswap.h>
+#include <sys/endian.h>
#include <time.h>
#include "kpass.h"