diff options
Diffstat (limited to 'src/cli.c')
-rw-r--r-- | src/cli.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |