We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbcca9 commit 9f20136Copy full SHA for 9f20136
lib/dns/dst_api.c
@@ -228,9 +228,6 @@ dst_lib_init(isc_mem_t *mctx, const char *engine) {
228
#if HAVE_GSSAPI
229
RETERR(dst__gssapi_init(&dst_t_func[DST_ALG_GSSAPI]));
230
#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]));
234
235
dst_initialized = true;
236
return (ISC_R_SUCCESS);
0 commit comments