[Git][NTPsec/ntpsec][nts.c] ntpd/nts.c: restore previous comment indents
Gary E. Miller (@garyedmundsmiller)
gitlab at mg.gitlab.com
Wed Aug 5 04:34:01 UTC 2026
Gary E. Miller pushed to branch nts.c at NTPsec / ntpsec
Commits:
7b686e71 by Gary E. Miller at 2026-08-04T21:33:44-07:00
ntpd/nts.c: restore previous comment indents
No functional changes.
- - - - -
1 changed file:
- ntpd/nts.c
Changes:
=====================================
ntpd/nts.c
=====================================
@@ -390,7 +390,7 @@ void nts_get_ssl_error(char *errbuf, int errlng) {
void nts_log_ssl_error(void) {
char buff[256];
int err = ERR_get_error();
- SSL_load_error_strings(); // Needed on NetBSD
+ SSL_load_error_strings(); // Needed on NetBSD
while (0 != err) {
ERR_error_string_n(err, buff, sizeof(buff));
msyslog(LOG_INFO, "NTS: %s", buff);
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/7b686e71b052f09321acd213cb8f5ede7ec90448
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/7b686e71b052f09321acd213cb8f5ede7ec90448
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20260805/430b69e0/attachment.htm>
More information about the vc
mailing list