aboutsummaryrefslogtreecommitdiffstats
path: root/g10/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/misc.c')
-rw-r--r--g10/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/misc.c b/g10/misc.c
index 432fe1760..ce0c04b3b 100644
--- a/g10/misc.c
+++ b/g10/misc.c
@@ -750,6 +750,8 @@ openpgp_pk_test_algo2 (pubkey_algo_t algo, unsigned int use)
ga = GCRY_PK_ELG;
break;
+ case PUBKEY_ALGO_KYBER: ga = GCRY_PK_KEM; break;
+
default:
break;
}