summaryrefslogtreecommitdiffstats
path: root/ffi/examples/configure.c
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-08-19 17:34:10 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-08-20 10:07:29 +0200
commit4ce96162f089e62d0d27ab305c227e0823439c10 (patch)
tree0441f93e8f76299a8d2b2c5db155df049c4c2f83 /ffi/examples/configure.c
parent7555cfeafb28fccd93aac9441cc18f985036cfc7 (diff)
net: Drop SKS pool in favor of keys.openpgp.org.
Diffstat (limited to 'ffi/examples/configure.c')
-rw-r--r--ffi/examples/configure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/examples/configure.c b/ffi/examples/configure.c
index 37401047..ca3d781a 100644
--- a/ffi/examples/configure.c
+++ b/ffi/examples/configure.c
@@ -31,7 +31,7 @@ main (int argc, char **argv)
error (1, 0, "Initializing sequoia failed: %s",
pgp_error_to_string (err));
- ks = sq_keyserver_sks_pool (ctx);
+ ks = sq_keyserver_keys_openpgp_org (ctx);
if (ks == NULL)
{
pgp_error_t err = sq_context_last_error (ctx);