d1d994d4ad
Dirmngr is a server for managing and downloading certificate revocation lists (CRLs) for X.509 certificates and for downloading the certificates themselves. Dirmngr also handles OCSP requests as an alternative to CRLs. Dirmngr is either invoked internally by gpgsm (from GnuPG-2) or when running as a system daemon through the dirmngr-client tool.
12 lines
305 B
Text
12 lines
305 B
Text
$NetBSD: patch-ad,v 1.1 2006/12/12 13:09:21 shannonjr Exp $
|
|
|
|
--- ./src/dirmngr-client.c.orig 2006-11-29 06:04:00.000000000 -0700
|
|
+++ ./src/dirmngr-client.c
|
|
@@ -28,6 +28,7 @@
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
#include <assert.h>
|
|
+#include <locale.h>
|
|
|
|
#include <gpg-error.h>
|
|
#include <assuan.h>
|