1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/security/kickpass/files/patch-src_main.c
Baptiste Daroussin 4a4ced5fad Kickpass is a stupid simple password safe. It keep each password in a specific
safe, protected with modern cryptography. Its main user interface is command
line.

WWW: https://github.com/paulfariello/kickpass
2017-03-25 11:44:37 +00:00

11 lines
187 B
C

--- src/main.c.orig 2017-03-25 11:32:36 UTC
+++ src/main.c
@@ -15,7 +15,6 @@
*/
#include <getopt.h>
-#include <gpgme.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>