Skip to content

Commit 9f20136

Browse files
author
jgoertzen-sb
committed
Only include common crypto for pqc+stfl
1 parent cdbcca9 commit 9f20136

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/dns/dst_api.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,6 @@ dst_lib_init(isc_mem_t *mctx, const char *engine) {
228228
#if HAVE_GSSAPI
229229
RETERR(dst__gssapi_init(&dst_t_func[DST_ALG_GSSAPI]));
230230
#endif /* HAVE_GSSAPI */
231-
RETERR(dst__openssloqs_init(&dst_t_func[DST_ALG_FALCON512]));
232-
RETERR(dst__openssloqs_init(&dst_t_func[DST_ALG_DILITHIUM2]));
233-
RETERR(dst__openssloqs_init(&dst_t_func[DST_ALG_SPHINCSSHA256128S]));
234231

235232
dst_initialized = true;
236233
return (ISC_R_SUCCESS);

0 commit comments

Comments
 (0)