Skip to content

Commit 50e53ca

Browse files
committed
fixup! Make OSCORE credential configurable
1 parent d4b7174 commit 50e53ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/listen_dnsport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ doc_setup_oscore(
13301330

13311331
oscore_conf_file = fopen(oscore_conf, "r");
13321332
if (!oscore_conf_file) {
1333-
fatal_exit("Unable to open OSCORE configuration file %s.\n");
1333+
fatal_exit("Unable to open OSCORE configuration file.\n");
13341334
}
13351335
if (fstat(fileno(oscore_conf_file), &statbuf) == -1) {
13361336
fclose(oscore_conf_file);

0 commit comments

Comments
 (0)