summaryrefslogtreecommitdiff
path: root/src/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.c')
-rw-r--r--src/cli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli.c b/src/cli.c
index 0394dd743e..94c2a7b0ed 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -239,7 +239,7 @@ load_keys (void)
fprintf (stderr, "Processed %d client X.509 certificates...\n",
x509_crt_size);
}
-#ifdef USE_OPENPGP
+#ifdef ENABLE_OPENPGP
if (pgp_certfile != NULL && pgp_keyfile != NULL)
{
data = load_file (pgp_certfile);
@@ -973,7 +973,7 @@ init_global_tls_stuff (void)
load_keys ();
-#ifdef USE_OPENPGP
+#ifdef ENABLE_OPENPGP
if (pgp_keyring != NULL)
{
ret = gnutls_certificate_set_openpgp_keyring_file (xcred, pgp_keyring);