mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00

safe, protected with modern cryptography. Its main user interface is command line. WWW: https://github.com/paulfariello/kickpass
11 lines
187 B
C
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>
|