summaryrefslogtreecommitdiffstats
path: root/kbx/keybox.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-04 12:57:53 +0100
committerWerner Koch <wk@gnupg.org>2011-02-04 12:57:53 +0100
commitb008274afdbe375b32a7e66dbd073e200f6f0587 (patch)
tree219e239d39cf06be3f03aa82fb572080ac163a15 /kbx/keybox.h
parentLet autogen.sh check the git config (diff)
downloadgnupg2-b008274afdbe375b32a7e66dbd073e200f6f0587.tar.xz
gnupg2-b008274afdbe375b32a7e66dbd073e200f6f0587.zip
Nuked almost all trailing white space.post-nuke-of-trailing-ws
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
Diffstat (limited to 'kbx/keybox.h')
-rw-r--r--kbx/keybox.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kbx/keybox.h b/kbx/keybox.h
index 43306947f..52bbe21be 100644
--- a/kbx/keybox.h
+++ b/kbx/keybox.h
@@ -20,7 +20,7 @@
#ifndef KEYBOX_H
#define KEYBOX_H 1
#ifdef __cplusplus
-extern "C" {
+extern "C" {
#if 0
}
#endif
@@ -28,7 +28,7 @@ extern "C" {
#include "keybox-search-desc.h"
-#define KEYBOX_WITH_OPENPGP 1
+#define KEYBOX_WITH_OPENPGP 1
#define KEYBOX_WITH_X509 1
@@ -73,7 +73,7 @@ int keybox_set_ephemeral (KEYBOX_HANDLE hd, int yes);
/*-- keybox-search.c --*/
-#ifdef KEYBOX_WITH_X509
+#ifdef KEYBOX_WITH_X509
int keybox_get_cert (KEYBOX_HANDLE hd, ksba_cert_t *ret_cert);
#endif /*KEYBOX_WITH_X509*/
int keybox_get_flags (KEYBOX_HANDLE hd, int what, int idx, unsigned int *value);
@@ -83,7 +83,7 @@ int keybox_search (KEYBOX_HANDLE hd, KEYBOX_SEARCH_DESC *desc, size_t ndesc);
/*-- keybox-update.c --*/
-#ifdef KEYBOX_WITH_X509
+#ifdef KEYBOX_WITH_X509
int keybox_insert_cert (KEYBOX_HANDLE hd, ksba_cert_t cert,
unsigned char *sha1_digest);
int keybox_update_cert (KEYBOX_HANDLE hd, ksba_cert_t cert,