=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for ntp-4.2.8p15nb4
Compiling with GCC now generates lots of new warnings.
 
Don't be concerned. They're just warnings.
 
Don't send bug reports about the warnings, either.
 
Feel free to send patches that fix these warnings, though.
 
cd ./html &&  ../scripts/build/checkHtmlFileDates
cd . &&  ./scripts/build/checkChangeLog
/opt/pkg/bin/bmake  all-recursive
Making all in scripts
Making all in build
Making all in calc_tickadj
/opt/pkg/bin/bmake  all-am
../../config.status --file=calc_tickadj.8+:./calc_tickadj.man.in
config.status: creating calc_tickadj.8+
mv calc_tickadj.8+ calc_tickadj.8
Making all in ntp-wait
../../config.status --file=ntp-wait.8+:./ntp-wait.man.in
config.status: creating ntp-wait.8+
mv ntp-wait.8+ ntp-wait.8
Making all in ntpsweep
../../config.status --file=ntpsweep.1+:./ntpsweep.man.in
config.status: creating ntpsweep.1+
mv ntpsweep.1+ ntpsweep.1
Making all in ntptrace
../../config.status --file=ntptrace.8+:./ntptrace.man.in
config.status: creating ntptrace.8+
mv ntptrace.8+ ntptrace.8
Making all in lib
Making all in update-leap
../../config.status --file=update-leap.+:./update-leap.man.in
config.status: creating update-leap.+
mv update-leap.+ update-leap.
Making all in include
Making all in isc
Making all in libntp
cp ../deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-am
  CC       systime.o
systime.c:406:10: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
                struct utmp ut;
                       ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
1 warning generated.
  CC       a_md5encrypt.o
a_md5encrypt.c:34:23: warning: 'CMAC_CTX_get0_cipher_ctx' is deprecated [-Wdeprecated-declarations]
                if (NULL != (cctx = CMAC_CTX_get0_cipher_ctx (ctx)))
                                    ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/cmac.h:35:1: note: 'CMAC_CTX_get0_cipher_ctx' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 EVP_CIPHER_CTX *CMAC_CTX_get0_cipher_ctx(CMAC_CTX *ctx);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
a_md5encrypt.c:74:22: warning: 'CMAC_CTX_new' is deprecated [-Wdeprecated-declarations]
                if (NULL == (ctx = CMAC_CTX_new())) {
                                   ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/cmac.h:32:1: note: 'CMAC_CTX_new' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 CMAC_CTX *CMAC_CTX_new(void);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
a_md5encrypt.c:78:8: warning: 'CMAC_Init' is deprecated [-Wdeprecated-declarations]
                if (!CMAC_Init(ctx, keyptr, AES_128_KEY_SIZE, EVP_aes_128_cbc(), NULL)) {
                     ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/cmac.h:37:1: note: 'CMAC_Init' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int CMAC_Init(CMAC_CTX *ctx,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
a_md5encrypt.c:86:8: warning: 'CMAC_Update' is deprecated [-Wdeprecated-declarations]
                if (!CMAC_Update(ctx, msg->buf, msg->len)) {
                     ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/cmac.h:40:1: note: 'CMAC_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int CMAC_Update(CMAC_CTX *ctx,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
a_md5encrypt.c:90:8: warning: 'CMAC_Final' is deprecated [-Wdeprecated-declarations]
                if (!CMAC_Final(ctx, digest->buf, &retlen)) {
                     ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/cmac.h:42:1: note: 'CMAC_Final' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int CMAC_Final(CMAC_CTX *ctx,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
a_md5encrypt.c:96:4: warning: 'CMAC_CTX_free' is deprecated [-Wdeprecated-declarations]
                        CMAC_CTX_free(ctx);
                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/cmac.h:34:1: note: 'CMAC_CTX_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void CMAC_CTX_free(CMAC_CTX *ctx);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
6 warnings generated.
  CC       adjtime.o
  CC       atoint.o
  CC       atolfp.o
  CC       atouint.o
  CC       audio.o
  CC       authkeys.o
  CC       authreadkeys.o
  CC       authusekey.o
  CC       bsd_strerror.o
  CC       buftvtots.o
  CC       caljulian.o
  CC       caltontp.o
  CC       calyearstart.o
  CC       clocktime.o
  CC       clocktypes.o
  CC       decodenetnum.o
  CC       dofptoa.o
  CC       dolfptoa.o
  CC       emalloc.o
  CC       findconfig.o
  CC       getopt.o
  CC       hextoint.o
  CC       hextolfp.o
  CC       humandate.o
  CC       icom.o
  CC       iosignal.o
  CC       is_ip_address.o
  CC       lib_strbuf.o
  CC       libssl_compat.o
  CC       machines.o
  CC       mktime.o
  CC       modetoa.o
  CC       mstolfp.o
  CC       msyslog.o
  CC       netof.o
  CC       ntp_calendar.o
  CC       ntp_calgps.o
  CC       ntp_crypto_rnd.o
  CC       ntp_intres.o
  CC       ntp_libopts.o
  CC       ntp_lineedit.o
  CC       ntp_random.o
  CC       ntp_rfc2553.o
  CC       ntp_worker.o
  CC       numtoa.o
  CC       numtohost.o
  CC       octtoint.o
  CC       prettydate.o
  CC       refidsmear.o
  CC       recvbuff.o
  CC       refnumtoa.o
  CC       snprintf.o
  CC       socket.o
  CC       socktoa.o
  CC       socktohost.o
  CC       ssl_init.o
  CC       statestr.o
  CC       strdup.o
  CC       strl_obsd.o
  CC       syssignal.o
  CC       timespecops.o
  CC       timetoa.o
  CC       timevalops.o
  CC       timexsup.o
  CC       uglydate.o
  CC       vint64ops.o
  CC       work_fork.o
  CC       work_thread.o
  CC       xsbprintf.o
  CC       ymd2yd.o
  CC       assertions.o
  CC       buffer.o
  CC       backtrace-emptytbl.o
  CC       backtrace.o
  CC       condition.o
  CC       dir.o
  CC       error.o
  CC       errno2result.o
  CC       event.o
  CC       file.o
  CC       inet_ntop.o
  CC       inet_pton.o
  CC       interfaceiter.o
  CC       lib.o
  CC       log.o
  CC       md5.o
  CC       msgcat.o
  CC       net.o
  CC       netaddr.o
  CC       netscope.o
  CC       ondestroy.o
  CC       random.o
  CC       result.o
  CC       stdio.o
  CC       stdtime.o
  CC       strerror.o
  CC       task.o
  CC       thread.o
  CC       time.o
  CC       sha1.o
  CC       sockaddr.o
  CC       tsmemcmp.o
  AR       libntp.a
Making all in sntp
cd libopts && /opt/pkg/bin/bmake  libopts.la
  CC       libopts_la-libopts.lo
In file included from libopts.c:26:
./enum.c:112:38: warning: format string contains '\0' within the string body [-Wformat]
            fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++));
                                     ^~~~~~~~~~~~~
./ao-strs.h:70:31: note: expanded from macro 'ENUM_ERR_LINE'
#define ENUM_ERR_LINE         (ao_strs_strtable+304)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:90:20: note: format string is defined here
/*   304 */ "  %s\n\0"
~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:26:
./enum.c:135:23: warning: format string contains '\0' within the string body [-Wformat]
        sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len);
                      ^~~~~~~~~~~~~~
./ao-strs.h:72:31: note: expanded from macro 'ENUM_ERR_WIDTH'
#define ENUM_ERR_WIDTH        (ao_strs_strtable+310)
                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
./ao-strs.c:91:20: note: format string is defined here
/*   310 */ "%%-%ds\0"
~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:26:
./enum.c:148:42: warning: format string contains '\0' within the string body [-Wformat]
                fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++));
                                         ^~~~~~~~~~~~~~~
./ao-strs.h:118:31: note: expanded from macro 'NLSTR_SPACE_FMT'
#define NLSTR_SPACE_FMT       (ao_strs_strtable+455)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:109:16: note: format string is defined here
            "  \0"
            ~~~^~~
In file included from libopts.c:26:
./enum.c:155:34: warning: format string contains '\0' within the string body [-Wformat]
        fprintf(option_usage_fp, NLSTR_FMT, *paz_names);
                                 ^~~~~~~~~
./ao-strs.h:116:31: note: expanded from macro 'NLSTR_FMT'
#define NLSTR_FMT             (ao_strs_strtable+451)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:107:18: note: format string is defined here
/*   451 */ "%s\n\0"
~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:26:
./enum.c:307:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(INVALID_FMT, ix);
                   ^~~~~~~~~~~
./ao-strs.h:88:31: note: expanded from macro 'INVALID_FMT'
#define INVALID_FMT           (ao_strs_strtable+356)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:97:24: note: format string is defined here
/*   356 */ "INVALID-%d\0"
~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:29:
./find.c:114:29: warning: format string contains '\0' within the string body [-Wformat]
            fprintf(stderr, zambig_file, hyph, pOD->pz_Name);
                            ^~~~~~~~~~~
./ao-strs.h:326:31: note: expanded from macro 'zambig_file'
#define zambig_file           (ao_strs_strtable+4)
                              ^~~~~~~~~~~~~~~~~~~~
./ao-strs.c:43:22: note: format string is defined here
/*     4 */ "  %s%s\n\0"
~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:29:
./find.c:119:29: warning: format string contains '\0' within the string body [-Wformat]
            fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName);
                            ^~~~~~~~~~~
./ao-strs.h:326:31: note: expanded from macro 'zambig_file'
#define zambig_file           (ao_strs_strtable+4)
                              ^~~~~~~~~~~~~~~~~~~~
./ao-strs.c:43:22: note: format string is defined here
/*     4 */ "  %s%s\n\0"
~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:29:
./find.c:219:29: warning: format string contains '\0' within the string body [-Wformat]
            fprintf(stderr, SET_OFF_FMT, pOD->pzText);
                            ^~~~~~~~~~~
./ao-strs.h:180:31: note: expanded from macro 'SET_OFF_FMT'
#define SET_OFF_FMT           (ao_strs_strtable+578)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:125:20: note: format string is defined here
/*   578 */ " -- %s\0"
~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:29:
./find.c:432:37: warning: format string contains '\0' within the string body [-Wformat]
                    fprintf(stderr, SET_OFF_FMT, pRes->pzText);
                                    ^~~~~~~~~~~
./ao-strs.h:180:31: note: expanded from macro 'SET_OFF_FMT'
#define SET_OFF_FMT           (ao_strs_strtable+578)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:125:20: note: format string is defined here
/*   578 */ " -- %s\0"
~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:152:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(LOPT_ARG_FMT,    opts->pzPROGNAME);
               ^~~~~~~~~~~~
./ao-strs.h:102:31: note: expanded from macro 'LOPT_ARG_FMT'
#define LOPT_ARG_FMT          (ao_strs_strtable+2912)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:256:28: note: format string is defined here
            "        esac\n\0"
            ~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:162:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(LOPT_ARG_FMT,    opts->pzPROGNAME);
               ^~~~~~~~~~~~
./ao-strs.h:102:31: note: expanded from macro 'LOPT_ARG_FMT'
#define LOPT_ARG_FMT          (ao_strs_strtable+2912)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:256:28: note: format string is defined here
            "        esac\n\0"
            ~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:171:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(OPT_ARG_FMT,     opts->pzPROGNAME);
               ^~~~~~~~~~~
./ao-strs.h:152:31: note: expanded from macro 'OPT_ARG_FMT'
#define OPT_ARG_FMT           (ao_strs_strtable+4591)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:340:28: note: format string is defined here
            "        esac\n\0"
            ~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:183:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(LOPT_ARG_FMT,    opts->pzPROGNAME);
               ^~~~~~~~~~~~
./ao-strs.h:102:31: note: expanded from macro 'LOPT_ARG_FMT'
#define LOPT_ARG_FMT          (ao_strs_strtable+2912)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:256:28: note: format string is defined here
            "        esac\n\0"
            ~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:189:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(OPT_ARG_FMT,     opts->pzPROGNAME);
               ^~~~~~~~~~~
./ao-strs.h:152:31: note: expanded from macro 'OPT_ARG_FMT'
#define OPT_ARG_FMT           (ao_strs_strtable+4591)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:340:28: note: format string is defined here
            "        esac\n\0"
            ~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:200:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(SHOW_PROG_ENV, opts->pzPROGNAME);
               ^~~~~~~~~~~~~
./ao-strs.h:192:31: note: expanded from macro 'SHOW_PROG_ENV'
#define SHOW_PROG_ENV         (ao_strs_strtable+605)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:129:33: note: format string is defined here
            "env | grep '^%s_'\n\0"
            ~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:235:12: warning: format string contains '\0' within the string body [-Wformat]
    printf(SET_TEXT_FMT, prog, var);
           ^~~~~~~~~~~~
./ao-strs.h:182:31: note: expanded from macro 'SET_TEXT_FMT'
#define SET_TEXT_FMT          (ao_strs_strtable+585)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:126:26: note: format string is defined here
/*   585 */ "%s_%s_TEXT='\0"
~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:386:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(SHELL_MAGIC, shell_prog);
                   ^~~~~~~~~~~
./ao-strs.h:190:31: note: expanded from macro 'SHELL_MAGIC'
#define SHELL_MAGIC           (ao_strs_strtable+598)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:127:21: note: format string is defined here
/*   598 */ "#! %s\n\0"
~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:388:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf);
               ^~~~~~~~~~~~
./ao-strs.h:168:31: note: expanded from macro 'PREAMBLE_FMT'
#define PREAMBLE_FMT          (ao_strs_strtable+5819)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:346:49: note: format string is defined here
            "#  the text has been generated %s\n\0"
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:391:12: warning: format string contains '\0' within the string body [-Wformat]
    printf(END_PRE_FMT, opts->pzPROGNAME);
           ^~~~~~~~~~~
./ao-strs.h:64:31: note: expanded from macro 'END_PRE_FMT'
#define END_PRE_FMT           (ao_strs_strtable+908)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:153:17: note: format string is defined here
            "#\n\0"
            ~~~~^~~
In file included from libopts.c:32:
./makeshell.c:441:12: warning: format string contains '\0' within the string body [-Wformat]
    printf(FINISH_LOOP, opts->pzPROGNAME);
           ^~~~~~~~~~~
./ao-strs.h:78:31: note: expanded from macro 'FINISH_LOOP'
#define FINISH_LOOP           (ao_strs_strtable+1958)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:207:38: note: format string is defined here
            "unset OPT_ARG_VAL || :\n\0"
            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:537:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR);
               ^~~~~~~~~~~
./ao-strs.h:56:31: note: expanded from macro 'ECHO_N_EXIT'
#define ECHO_N_EXIT           (ao_strs_strtable+1791)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:186:34: note: format string is defined here
            "            exit 0\n\0"
            ~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:540:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(PAGE_USAGE_TEXT, opts->pzPROGNAME);
               ^~~~~~~~~~~~~~~
./ao-strs.h:164:31: note: expanded from macro 'PAGE_USAGE_TEXT'
#define PAGE_USAGE_TEXT       (ao_strs_strtable+5745)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:342:34: note: format string is defined here
            "            exit 0\n\0"
            ~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:543:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(LVL3_CMD, NO_LOAD_WARN);
               ^~~~~~~~
./ao-strs.h:104:31: note: expanded from macro 'LVL3_CMD'
#define LVL3_CMD              (ao_strs_strtable+406)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:103:30: note: format string is defined here
/*   406 */ "            %s\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:544:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(LVL3_CMD, YES_NEED_OPT_ARG);
               ^~~~~~~~
./ao-strs.h:104:31: note: expanded from macro 'LVL3_CMD'
#define LVL3_CMD              (ao_strs_strtable+406)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:103:30: note: format string is defined here
/*   406 */ "            %s\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:549:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(LVL3_CMD, NO_SAVE_OPTS);
                   ^~~~~~~~
./ao-strs.h:104:31: note: expanded from macro 'LVL3_CMD'
#define LVL3_CMD              (ao_strs_strtable+406)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:103:30: note: format string is defined here
/*   406 */ "            %s\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:550:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(LVL3_CMD, OK_NEED_OPT_ARG);
                   ^~~~~~~~
./ao-strs.h:104:31: note: expanded from macro 'LVL3_CMD'
#define LVL3_CMD              (ao_strs_strtable+406)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:103:30: note: format string is defined here
/*   406 */ "            %s\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:552:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR);
                   ^~~~~~~~~~~
./ao-strs.h:56:31: note: expanded from macro 'ECHO_N_EXIT'
#define ECHO_N_EXIT           (ao_strs_strtable+1791)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:186:34: note: format string is defined here
            "            exit 0\n\0"
            ~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:556:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME);
                   ^~~~~~~~~~~
./ao-strs.h:184:31: note: expanded from macro 'SGL_ARG_FMT'
#define SGL_ARG_FMT           (ao_strs_strtable+6015)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:355:43: note: format string is defined here
            "            OPT_NAME='%2$s'\n\0"
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:559:24: warning: format string contains '\0' within the string body [-Wformat]
                printf(CHK_MAX_COUNT, opts->pzPROGNAME,
                       ^~~~~~~~~~~~~
./ao-strs.h:50:31: note: expanded from macro 'CHK_MAX_COUNT'
#define CHK_MAX_COUNT         (ao_strs_strtable+1427)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:176:34: note: format string is defined here
            "            fi >&2\n\0"
            ~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:562:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME);
                   ^~~~~~~~~~~~~
./ao-strs.h:110:31: note: expanded from macro 'MULTI_ARG_FMT'
#define MULTI_ARG_FMT         (ao_strs_strtable+3691)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:259:43: note: format string is defined here
            "            OPT_NAME='%2$s'\n\0"
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:569:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME);
                   ^~~~~~~~~~~~~
./ao-strs.h:176:31: note: expanded from macro 'SET_MULTI_ARG'
#define SET_MULTI_ARG         (ao_strs_strtable+5925)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:348:58: note: format string is defined here
            "            export %1$s_%2$s${OPT_ELEMENT}\n\0"
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:570:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(LVL3_CMD, NO_ARG_NEEDED);
                   ^~~~~~~~
./ao-strs.h:104:31: note: expanded from macro 'LVL3_CMD'
#define LVL3_CMD              (ao_strs_strtable+406)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:103:30: note: format string is defined here
/*   406 */ "            %s\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:573:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(SET_MULTI_ARG,  opts->pzPROGNAME, od->pz_NAME);
                   ^~~~~~~~~~~~~
./ao-strs.h:176:31: note: expanded from macro 'SET_MULTI_ARG'
#define SET_MULTI_ARG         (ao_strs_strtable+5925)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:348:58: note: format string is defined here
            "            export %1$s_%2$s${OPT_ELEMENT}\n\0"
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:574:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(LVL3_CMD, OK_NEED_OPT_ARG);
                   ^~~~~~~~
./ao-strs.h:104:31: note: expanded from macro 'LVL3_CMD'
#define LVL3_CMD              (ao_strs_strtable+406)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:103:30: note: format string is defined here
/*   406 */ "            %s\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:577:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(LVL3_CMD, YES_NEED_OPT_ARG);
                   ^~~~~~~~
./ao-strs.h:104:31: note: expanded from macro 'LVL3_CMD'
#define LVL3_CMD              (ao_strs_strtable+406)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:103:30: note: format string is defined here
/*   406 */ "            %s\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:587:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(LVL3_CMD, NO_SUPPRESS_LOAD);
               ^~~~~~~~
./ao-strs.h:104:31: note: expanded from macro 'LVL3_CMD'
#define LVL3_CMD              (ao_strs_strtable+406)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:103:30: note: format string is defined here
/*   406 */ "            %s\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:590:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(NO_SGL_ARG_FMT, opts->pzPROGNAME,
               ^~~~~~~~~~~~~~
./ao-strs.h:132:31: note: expanded from macro 'NO_SGL_ARG_FMT'
#define NO_SGL_ARG_FMT        (ao_strs_strtable+4171)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:287:43: note: format string is defined here
            "            OPT_NAME='%2$s'\n\0"
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:593:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(NO_MULTI_ARG_FMT, opts->pzPROGNAME,
               ^~~~~~~~~~~~~~~~
./ao-strs.h:128:31: note: expanded from macro 'NO_MULTI_ARG_FMT'
#define NO_MULTI_ARG_FMT      (ao_strs_strtable+4030)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:278:43: note: format string is defined here
            "            OPT_NAME='%2$s'\n\0"
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:596:12: warning: format string contains '\0' within the string body [-Wformat]
    printf(LVL3_CMD, NO_ARG_NEEDED);
           ^~~~~~~~
./ao-strs.h:104:31: note: expanded from macro 'LVL3_CMD'
#define LVL3_CMD              (ao_strs_strtable+406)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:103:30: note: format string is defined here
/*   406 */ "            %s\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:619:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(zOptionFlag, od->optValue);
               ^~~~~~~~~~~
./ao-strs.h:274:31: note: expanded from macro 'zOptionFlag'
#define zOptionFlag           (ao_strs_strtable+791)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:145:30: note: format string is defined here
/*   791 */ "        '%c' )\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:694:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(zOptionPartName, name_bf);
                   ^~~~~~~~~~~~~~~
./ao-strs.h:278:31: note: expanded from macro 'zOptionPartName'
#define zOptionPartName       (ao_strs_strtable+823)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:147:33: note: format string is defined here
/*   823 */ "        '%s' | \\\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:32:
./makeshell.c:704:12: warning: format string contains '\0' within the string body [-Wformat]
    printf(zOptionFullName, name);
           ^~~~~~~~~~~~~~~
./ao-strs.h:276:31: note: expanded from macro 'zOptionFullName'
#define zOptionFullName       (ao_strs_strtable+807)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:146:30: note: format string is defined here
/*   807 */ "        '%s' )\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:33:
./nested.c:928:17: warning: format string contains '\0' within the string body [-Wformat]
    fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF));
                ^~~~~~~~~~~~~~~~
./ao-strs.h:218:31: note: expanded from macro 'XML_HEX_BYTE_FMT'
#define XML_HEX_BYTE_FMT      (ao_strs_strtable+715)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:137:21: note: format string is defined here
/*   715 */ "#x%02X;\0"
~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:35:
./pgusage.c:49:28: warning: format string contains '\0' within the string body [-Wformat]
        snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid);
                           ^~~~~~~~~~~~
./ao-strs.h:204:31: note: expanded from macro 'TMP_FILE_FMT'
#define TMP_FILE_FMT          (ao_strs_strtable+672)
                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
  __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
                                                             ^~~~~~~~~~~
./ao-strs.c:133:30: note: format string is defined here
/*   672 */ "%s/use-%u.XXXXXX\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:35:
./pgusage.c:90:29: warning: format string contains '\0' within the string body [-Wformat]
        snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname);
                            ^~~~~~~~~~~~~~
./ao-strs.h:162:31: note: expanded from macro 'PAGE_USAGE_FMT'
#define PAGE_USAGE_FMT        (ao_strs_strtable+853)
                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
  __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
                                                             ^~~~~~~~~~~
./ao-strs.c:150:36: note: format string is defined here
/*   853 */ "%1$s %2$s ; rm -f %2$s\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:190:26: warning: format string contains '\0' within the string body [-Wformat]
            sprintf(out, MK_STR_OCT_FMT, ch);
                         ^~~~~~~~~~~~~~
./ao-strs.h:106:31: note: expanded from macro 'MK_STR_OCT_FMT'
#define MK_STR_OCT_FMT        (ao_strs_strtable+422)
                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
./ao-strs.c:104:20: note: format string is defined here
/*   422 */ "\\%03o\0"
~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:277:12: warning: format string contains '\0' within the string body [-Wformat]
    printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME);
           ^~~~~~~~~~~
./ao-strs.h:156:31: note: expanded from macro 'OPT_VAL_FMT'
#define OPT_VAL_FMT           (ao_strs_strtable+533)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:118:20: note: format string is defined here
/*   533 */ "%s_%s=\0"
~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:283:12: warning: format string contains '\0' within the string body [-Wformat]
    printf(QUOT_ARG_FMT, pOD->optArg.argString);
           ^~~~~~~~~~~~
./ao-strs.h:174:31: note: expanded from macro 'QUOT_ARG_FMT'
#define QUOT_ARG_FMT          (ao_strs_strtable+573)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:124:18: note: format string is defined here
/*   573 */ "'%s'\0"
~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:288:12: warning: format string contains '\0' within the string body [-Wformat]
    printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME);
           ^~~~~~~~~~~
./ao-strs.h:154:31: note: expanded from macro 'OPT_END_FMT'
#define OPT_END_FMT           (ao_strs_strtable+518)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:117:28: note: format string is defined here
            "export %s_%s\n\0"
            ~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:297:12: warning: format string contains '\0' within the string body [-Wformat]
    printf(zOptNumFmt, pOpts->pzPROGNAME, pOD->pz_NAME,
           ^~~~~~~~~~
./ao-strs.h:268:31: note: expanded from macro 'zOptNumFmt'
#define zOptNumFmt            (ao_strs_strtable+1354)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:170:32: note: format string is defined here
            "export %1$s_%2$s\n\0"
            ~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:315:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(SHOW_VAL_FMT, (unsigned long)val);
               ^~~~~~~~~~~~
./ao-strs.h:194:31: note: expanded from macro 'SHOW_VAL_FMT'
#define SHOW_VAL_FMT          (ao_strs_strtable+625)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:130:32: note: format string is defined here
/*   625 */ "=%1$lu # 0x%1$lX\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:330:12: warning: format string contains '\0' within the string body [-Wformat]
    printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct);
           ^~~~~~~~~~~~
./ao-strs.h:262:31: note: expanded from macro 'zOptCookieCt'
#define zOptCookieCt          (ao_strs_strtable+1251)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:164:35: note: format string is defined here
            "export %1$s_%2$s_CT\n\0"
            ~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:333:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(ARG_BY_NUM_FMT, pOpts->pzPROGNAME, pOD->pz_NAME,
               ^~~~~~~~~~~~~~
./ao-strs.h:46:31: note: expanded from macro 'ARG_BY_NUM_FMT'
#define ARG_BY_NUM_FMT        (ao_strs_strtable+267)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:85:23: note: format string is defined here
/*   267 */ "%s_%s_%d=\0"
~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:336:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(EXPORT_ARG_FMT, pOpts->pzPROGNAME, pOD->pz_NAME,
               ^~~~~~~~~~~~~~
./ao-strs.h:74:31: note: expanded from macro 'EXPORT_ARG_FMT'
#define EXPORT_ARG_FMT        (ao_strs_strtable+317)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:93:31: note: format string is defined here
            "export %s_%s_%d\n\0"
            ~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:375:12: warning: format string contains '\0' within the string body [-Wformat]
    printf(zOptCtFmt, pOpts->curOptIdx-1);
           ^~~~~~~~~
./ao-strs.h:264:31: note: expanded from macro 'zOptCtFmt'
#define zOptCtFmt             (ao_strs_strtable+1290)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:166:32: note: format string is defined here
            "export OPTION_CT\n\0"
            ~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:403:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME);
                   ^~~~~~~~~~
./ao-strs.h:238:31: note: expanded from macro 'zEquivMode'
#define zEquivMode            (ao_strs_strtable+1171)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:160:37: note: format string is defined here
            "export %1$s_%2$s_MODE\n\0"
            ~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:440:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(zOptDisabl, pOpts->pzPROGNAME, pOD->pz_NAME,
                   ^~~~~~~~~~
./ao-strs.h:266:31: note: expanded from macro 'zOptDisabl'
#define zOptDisabl            (ao_strs_strtable+1321)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:168:32: note: format string is defined here
            "export %1$s_%2$s\n\0"
            ~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:451:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(zOptNumFmt, pOpts->pzPROGNAME, pOD->pz_NAME,
                   ^~~~~~~~~~
./ao-strs.h:268:31: note: expanded from macro 'zOptNumFmt'
#define zOptNumFmt            (ao_strs_strtable+1354)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:170:32: note: format string is defined here
            "export %1$s_%2$s\n\0"
            ~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:471:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(zFullOptFmt, pOpts->pzPROGNAME, pOD->pz_NAME,
                   ^~~~~~~~~~~
./ao-strs.h:244:31: note: expanded from macro 'zFullOptFmt'
#define zFullOptFmt           (ao_strs_strtable+1216)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:162:32: note: format string is defined here
            "export %1$s_%2$s\n\0"
            ~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:483:20: warning: format string contains '\0' within the string body [-Wformat]
            printf(zOptNumFmt, pOpts->pzPROGNAME, pOD->pz_NAME,
                   ^~~~~~~~~~
./ao-strs.h:268:31: note: expanded from macro 'zOptNumFmt'
#define zOptNumFmt            (ao_strs_strtable+1354)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:170:32: note: format string is defined here
            "export %1$s_%2$s\n\0"
            ~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:491:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME);
               ^~~~~~~~~~~
./ao-strs.h:156:31: note: expanded from macro 'OPT_VAL_FMT'
#define OPT_VAL_FMT           (ao_strs_strtable+533)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:118:20: note: format string is defined here
/*   533 */ "%s_%s=\0"
~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:36:
./putshell.c:493:16: warning: format string contains '\0' within the string body [-Wformat]
        printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME);
               ^~~~~~~~~~~
./ao-strs.h:154:31: note: expanded from macro 'OPT_END_FMT'
#define OPT_END_FMT           (ao_strs_strtable+518)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:117:28: note: format string is defined here
            "export %s_%s\n\0"
            ~~~~~~~~~~~~~~~^~~
In file included from libopts.c:39:
./save.c:351:21: warning: format string contains '\0' within the string body [-Wformat]
        fprintf(fp, NULL_ATR_FMT, ovp->pzName);
                    ^~~~~~~~~~~~
./ao-strs.h:136:31: note: expanded from macro 'NULL_ATR_FMT'
#define NULL_ATR_FMT          (ao_strs_strtable+479)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:111:21: note: format string is defined here
/*   479 */ "<%s/>\n\0"
~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:39:
./save.c:366:25: warning: format string contains '\0' within the string body [-Wformat]
            fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ);
                        ^~~~~~~~~~~~
./ao-strs.h:212:31: note: expanded from macro 'TYPE_ATR_FMT'
#define TYPE_ATR_FMT          (ao_strs_strtable+694)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:135:26: note: format string is defined here
/*   694 */ "<%s type=%s>\0"
~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:39:
./save.c:386:25: warning: format string contains '\0' within the string body [-Wformat]
            fprintf(fp, END_XML_FMT, ovp->pzName);
                        ^~~~~~~~~~~
./ao-strs.h:68:31: note: expanded from macro 'END_XML_FMT'
#define END_XML_FMT           (ao_strs_strtable+297)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:89:21: note: format string is defined here
/*   297 */ "</%s>\n\0"
~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:39:
./save.c:392:21: warning: format string contains '\0' within the string body [-Wformat]
        fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal);
                    ^~~~~~~~~~~~
./ao-strs.h:138:31: note: expanded from macro 'NUMB_ATR_FMT'
#define NUMB_ATR_FMT          (ao_strs_strtable+1105)
                              ^~~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:157:49: note: format string is defined here
/*  1105 */ "<%1$s type=integer>0x%2$lX</%1$s>\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:39:
./save.c:396:21: warning: format string contains '\0' within the string body [-Wformat]
        fprintf(fp, BOOL_ATR_FMT, ovp->pzName,
                    ^~~~~~~~~~~~
./ao-strs.h:48:31: note: expanded from macro 'BOOL_ATR_FMT'
#define BOOL_ATR_FMT          (ao_strs_strtable+876)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:151:46: note: format string is defined here
/*   876 */ "<%1$s type=boolean>%2$s</%1$s>\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:39:
./save.c:411:17: warning: format string contains '\0' within the string body [-Wformat]
    fprintf(fp, OPEN_XML_FMT, name);
                ^~~~~~~~~~~~
./ao-strs.h:148:31: note: expanded from macro 'OPEN_XML_FMT'
#define OPEN_XML_FMT          (ao_strs_strtable+506)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:114:18: note: format string is defined here
/*   506 */ "<%s>\0"
~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:39:
./save.c:439:17: warning: format string contains '\0' within the string body [-Wformat]
    fprintf(fp, END_XML_FMT, name);
                ^~~~~~~~~~~
./ao-strs.h:68:31: note: expanded from macro 'END_XML_FMT'
#define END_XML_FMT           (ao_strs_strtable+297)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:89:21: note: format string is defined here
/*   297 */ "</%s>\n\0"
~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:39:
./save.c:459:21: warning: format string contains '\0' within the string body [-Wformat]
        fprintf(fp, OPEN_CLOSE_FMT, name);
                    ^~~~~~~~~~~~~~
./ao-strs.h:146:31: note: expanded from macro 'OPEN_CLOSE_FMT'
#define OPEN_CLOSE_FMT        (ao_strs_strtable+479)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:111:21: note: format string is defined here
/*   479 */ "<%s/>\n\0"
~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:39:
./save.c:463:17: warning: format string contains '\0' within the string body [-Wformat]
    fprintf(fp, NESTED_OPT_FMT, name);
                ^~~~~~~~~~~~~~
./ao-strs.h:114:31: note: expanded from macro 'NESTED_OPT_FMT'
#define NESTED_OPT_FMT        (ao_strs_strtable+433)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:106:32: note: format string is defined here
/*   433 */ "<%s type=nested>\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:39:
./save.c:503:21: warning: format string contains '\0' within the string body [-Wformat]
        fprintf(fp, NESTED_OPT_FMT, p->pz_Name);
                    ^~~~~~~~~~~~~~
./ao-strs.h:114:31: note: expanded from macro 'NESTED_OPT_FMT'
#define NESTED_OPT_FMT        (ao_strs_strtable+433)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:106:32: note: format string is defined here
/*   433 */ "<%s type=nested>\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:39:
./save.c:556:21: warning: format string contains '\0' within the string body [-Wformat]
        fprintf(fp, zPresetFile, time_str);
                    ^~~~~~~~~~~
./ao-strs.h:280:31: note: expanded from macro 'zPresetFile'
#define zPresetFile           (ao_strs_strtable+96)
                              ^~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:57:22: note: format string is defined here
            "#  %s#\n\0"
            ~~~~~~~~~^~~
In file included from libopts.c:46:
./usage.c:352:35: warning: format string contains '\0' within the string body [-Wformat]
            sprintf(line_fmt_buf, zFmtFmt, flen);
                                  ^~~~~~~
./ao-strs.h:242:31: note: expanded from macro 'zFmtFmt'
#define zFmtFmt               (ao_strs_strtable+33)
                              ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
./ao-strs.c:46:26: note: format string is defined here
/*    33 */ "%%-%ds %%s\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:46:
./usage.c:357:35: warning: format string contains '\0' within the string body [-Wformat]
            sprintf(line_fmt_buf, zFmtFmt, flen);
                                  ^~~~~~~
./ao-strs.h:242:31: note: expanded from macro 'zFmtFmt'
#define zFmtFmt               (ao_strs_strtable+33)
                              ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
./ao-strs.c:46:26: note: format string is defined here
/*    33 */ "%%-%ds %%s\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from libopts.c:46:
./usage.c:437:21: warning: format string contains '\0' within the string body [-Wformat]
        fprintf(fp, PUTS_FMT, t);
                    ^~~~~~~~
./ao-strs.h:170:31: note: expanded from macro 'PUTS_FMT'
#define PUTS_FMT              (ao_strs_strtable+554)
                              ^~~~~~~~~~~~~~~~~~~~~~
./ao-strs.c:122:30: note: format string is defined here
/*   554 */ "  puts(_(%s));\n\0"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
76 warnings generated.
  CCLD     libopts.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
[ ! -r ./../COPYRIGHT ]					 || [ check-COPYRIGHT-submake -nt ./../COPYRIGHT ]	 || /opt/pkg/bin/bmake  check-COPYRIGHT-submake
cp ./deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-recursive
Making all in include
Making all in scripts
Making all in unity
cp ../deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-am
  CC       libunity_a-colcomp.o
  CC       libunity_a-unity.o
unity.c:1133:5: warning: function 'UnityFail' declared 'noreturn' should not return [-Winvalid-noreturn]
    UNITY_SKIP_EXECUTION;
    ^
unity.c:12:105: note: expanded from macro 'UNITY_SKIP_EXECUTION'
#define UNITY_SKIP_EXECUTION  { if ((Unity.CurrentTestFailed != 0) || (Unity.CurrentTestIgnored != 0)) {return;} }
                                                                                                        ^
1 warning generated.
  CC       libunity_a-ulib_setup.o
  CC       libunity_a-ulib_teardown.o
  CC       libunity_a-unity_fixture.o
  AR       libunity.a
Making all in libevent
  GEN      include/event2/event-config.h
/opt/pkg/bin/bmake  all-am
  CC       buffer.lo
  CC       bufferevent.lo
  CC       bufferevent_filter.lo
  CC       bufferevent_pair.lo
  CC       bufferevent_ratelim.lo
  CC       bufferevent_sock.lo
  CC       event.lo
  CC       evmap.lo
  CC       evthread.lo
  CC       evutil.lo
  CC       evutil_rand.lo
  CC       evutil_time.lo
  CC       listener.lo
  CC       log.lo
  CC       select.lo
  CC       poll.lo
  CC       kqueue.lo
  CC       signal.lo
  CC       evdns.lo
  CC       event_tagging.lo
  CC       evrpc.lo
  CC       http.lo
  CC       evthread_pthread.lo
  CCLD     libevent_core.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: warning: '-release' is ignored for convenience libraries
  CCLD     libevent.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: warning: '-release' is ignored for convenience libraries
  CCLD     libevent_extra.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: warning: '-release' is ignored for convenience libraries
  CCLD     libevent_pthreads.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: warning: '-release' is ignored for convenience libraries
Making all in libopts
/opt/pkg/bin/bmake  all-am
Making all in tests
cd .. && /opt/pkg/bin/bmake  libsntp.a
  CC       crypto.o
  CC       kod_management.o
  CC       log.o
  CC       main.o
  CC       networking.o
  CC       sntp-opts.o
  CC       utilities.o
  AR       libsntp.a
cp ../deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-am
  CC       sntp.o
./config.status --file=sntp.1+:./sntp.man.in
config.status: creating sntp.1+
mv sntp.1+ sntp.1
env CSET=`cat ./scm-rev` ./../scripts/build/mkver sntp
Version <sntp 4.2.8p15@1.3728-o Tue Jul  2 09:06:59 UTC 2024 (1)>
env CCACHE_DISABLE=1 clang -DHAVE_CONFIG_H -I.  -I./../include  -I./../lib/isc/include  -I./../lib/isc/nothreads/include  -I./../lib/isc/unix/include -I./libopts -I./libevent/include -I./libevent/include  -I/opt/pkg/include   -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -D_P1003_1B_VISIBLE -Wno-strict-prototypes  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -c version.c -o version.o
  CCLD     sntp
Making all in libparse
cp ../deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-am
Making all in ntpd
cp ../deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-am
  CC       cmd_args.o
  CC       ntp_control.o
  CC       ntp_crypto.o
ntp_crypto.c:837:10: warning: initializing 'RSA *' (aka 'struct rsa_st *') with an expression of type 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                                RSA *rsa = EVP_PKEY_get0_RSA(host_pkey);
                                     ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp_crypto.c:837:16: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations]
                                RSA *rsa = EVP_PKEY_get0_RSA(host_pkey);
                                           ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1355:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:838:33: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]
                                u_int32 *cookiebuf = malloc(RSA_size(rsa));
                                                            ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:215:1: note: 'RSA_size' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:844:9: warning: 'RSA_private_decrypt' is deprecated [-Wdeprecated-declarations]
                                if (RSA_private_decrypt(vallen,
                                    ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:301:1: note: 'RSA_private_decrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:1613:6: warning: 'RSA_public_encrypt' is deprecated [-Wdeprecated-declarations]
        if (RSA_public_encrypt(4, (u_char *)&temp32, puch,
            ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:292:1: note: 'RSA_public_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:1614:6: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations]
            EVP_PKEY_get0_RSA(pkey), RSA_PKCS1_OAEP_PADDING) <= 0) {
            ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1355:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:1614:6: warning: passing 'const struct rsa_st *' to parameter of type 'RSA *' (aka 'struct rsa_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
            EVP_PKEY_get0_RSA(pkey), RSA_PKCS1_OAEP_PADDING) <= 0) {
            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:294:29: note: passing argument to parameter 'rsa' here
                       RSA *rsa, int padding);
                            ^
ntp_crypto.c:2187:13: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations]
        if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
                   ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1364:1: note: 'EVP_PKEY_get0_DSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2187:11: warning: assigning to 'DSA *' (aka 'struct dsa_st *') from 'const struct dsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp_crypto.c:2198:2: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]
        DSA_get0_pqg(dsa, NULL, &q, NULL);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2265:8: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations]
        dsa = EVP_PKEY_get0_DSA(iffkey_info->pkey);
              ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1364:1: note: 'EVP_PKEY_get0_DSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2265:6: warning: assigning to 'DSA *' (aka 'struct dsa_st *') from 'const struct dsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        dsa = EVP_PKEY_get0_DSA(iffkey_info->pkey);
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp_crypto.c:2266:2: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]
        DSA_get0_pqg(dsa, &p, &q, &g);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2267:2: warning: 'DSA_get0_key' is deprecated [-Wdeprecated-declarations]
        DSA_get0_key(dsa, NULL, &priv_key);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:209:1: note: 'DSA_get0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2298:3: warning: 'DSA_print_fp' is deprecated [-Wdeprecated-declarations]
                DSA_print_fp(stdout, dsa, 0);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:185:1: note: 'DSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2384:13: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations]
        if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
                   ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1364:1: note: 'EVP_PKEY_get0_DSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2384:11: warning: assigning to 'DSA *' (aka 'struct dsa_st *') from 'const struct dsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp_crypto.c:2409:2: warning: 'DSA_get0_key' is deprecated [-Wdeprecated-declarations]
        DSA_get0_key(dsa, &pub_key, NULL);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:209:1: note: 'DSA_get0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2410:2: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]
        DSA_get0_pqg(dsa, &p, NULL, &g);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2517:13: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations]
        if ((rsa = EVP_PKEY_get0_RSA(peer->ident_pkey->pkey)) == NULL) {
                   ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1355:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2517:11: warning: assigning to 'RSA *' (aka 'struct rsa_st *') from 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if ((rsa = EVP_PKEY_get0_RSA(peer->ident_pkey->pkey)) == NULL) {
                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp_crypto.c:2528:2: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations]
        RSA_get0_key(rsa, &n, NULL, NULL);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:228:1: note: 'RSA_get0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2595:8: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations]
        rsa = EVP_PKEY_get0_RSA(gqkey_info->pkey);
              ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1355:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2595:6: warning: assigning to 'RSA *' (aka 'struct rsa_st *') from 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        rsa = EVP_PKEY_get0_RSA(gqkey_info->pkey);
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp_crypto.c:2596:2: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations]
        RSA_get0_key(rsa, &n, &p, &e);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:228:1: note: 'RSA_get0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2627:3: warning: 'RSA_print_fp' is deprecated [-Wdeprecated-declarations]
                RSA_print_fp(stdout, rsa, 0);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:350:1: note: 'RSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2708:13: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations]
        if ((rsa = EVP_PKEY_get0_RSA(peer->ident_pkey->pkey)) == NULL) {
                   ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1355:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2708:11: warning: assigning to 'RSA *' (aka 'struct rsa_st *') from 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if ((rsa = EVP_PKEY_get0_RSA(peer->ident_pkey->pkey)) == NULL) {
                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp_crypto.c:2712:2: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations]
        RSA_get0_key(rsa, &n, NULL, &e);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:228:1: note: 'RSA_get0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2861:13: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations]
        if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
                   ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1364:1: note: 'EVP_PKEY_get0_DSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2861:11: warning: assigning to 'DSA *' (aka 'struct dsa_st *') from 'const struct dsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp_crypto.c:2865:2: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]
        DSA_get0_pqg(dsa, &p, NULL, NULL);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2939:8: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations]
        dsa = EVP_PKEY_get0_DSA(mvkey_info->pkey);
              ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1364:1: note: 'EVP_PKEY_get0_DSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2939:6: warning: assigning to 'DSA *' (aka 'struct dsa_st *') from 'const struct dsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        dsa = EVP_PKEY_get0_DSA(mvkey_info->pkey);
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp_crypto.c:2940:2: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]
        DSA_get0_pqg(dsa, &p, &q, &g);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2941:2: warning: 'DSA_get0_key' is deprecated [-Wdeprecated-declarations]
        DSA_get0_key(dsa, &pub_key, &priv_key);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:209:1: note: 'DSA_get0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2961:9: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]
        sdsa = DSA_new();
               ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2974:2: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]
        DSA_set0_key(sdsa, BN_dup(pub_key), NULL);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2975:2: warning: 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations]
        DSA_set0_pqg(sdsa, sp, sq, sg);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2979:3: warning: 'DSA_print_fp' is deprecated [-Wdeprecated-declarations]
                DSA_print_fp(stdout, sdsa, 0);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:185:1: note: 'DSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2990:8: warning: 'i2d_DSAparams' is deprecated [-Wdeprecated-declarations]
        len = i2d_DSAparams(sdsa, NULL);
              ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:157:41: note: 'i2d_DSAparams' has been explicitly marked deprecated here
DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,
                                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:2994:3: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]
                DSA_free(sdsa);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:3000:2: warning: 'i2d_DSAparams' is deprecated [-Wdeprecated-declarations]
        i2d_DSAparams(sdsa, &ptr);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:157:41: note: 'i2d_DSAparams' has been explicitly marked deprecated here
DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,
                                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:3001:2: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]
        DSA_free(sdsa);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:3059:13: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations]
        if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
                   ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1364:1: note: 'EVP_PKEY_get0_DSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:3059:11: warning: assigning to 'DSA *' (aka 'struct dsa_st *') from 'const struct dsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
                 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp_crypto.c:3063:2: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]
        DSA_get0_pqg(dsa, &p, NULL, NULL);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:3064:2: warning: 'DSA_get0_key' is deprecated [-Wdeprecated-declarations]
        DSA_get0_key(dsa, &pub_key, &priv_key);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:209:1: note: 'DSA_get0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:3076:14: warning: 'd2i_DSAparams' is deprecated [-Wdeprecated-declarations]
        if ((sdsa = d2i_DSAparams(NULL, &ptr, len)) == NULL) {
                    ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:157:41: note: 'd2i_DSAparams' has been explicitly marked deprecated here
DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,
                                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:3081:2: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]
        DSA_get0_pqg(sdsa, &sp, &sq, &sg);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:3098:2: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]
        DSA_free(sdsa);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:3759:4: warning: 'DSA_print_fp' is deprecated [-Wdeprecated-declarations]
                        DSA_print_fp(stdout, EVP_PKEY_get0_DSA(pkey), 0);
                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:185:1: note: 'DSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:3759:25: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations]
                        DSA_print_fp(stdout, EVP_PKEY_get0_DSA(pkey), 0);
                                             ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1364:1: note: 'EVP_PKEY_get0_DSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:3761:4: warning: 'RSA_print_fp' is deprecated [-Wdeprecated-declarations]
                        RSA_print_fp(stdout, EVP_PKEY_get0_RSA(pkey), 0);
                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:350:1: note: 'RSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp_crypto.c:3761:25: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations]
                        RSA_print_fp(stdout, EVP_PKEY_get0_RSA(pkey), 0);
                                             ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1355:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
55 warnings generated.
  CC       ntp_filegen.o
  CC       ntp_leapsec.o
  CC       ntp_loopfilter.o
  CC       ntp_monitor.o
  CC       ntp_peer.o
  CC       ntp_proto.o
  CC       ntp_refclock.o
  CC       ntp_request.o
  CC       ntp_restrict.o
  CC       ntp_signd.o
  CC       ntp_timer.o
  CC       ntp_util.o
  CC       rc_cmdlength.o
  CC       refclock_acts.o
  CC       refclock_arbiter.o
  CC       refclock_arc.o
  CC       refclock_as2201.o
  CC       refclock_atom.o
  CC       refclock_bancomm.o
  CC       refclock_chronolog.o
  CC       refclock_chu.o
  CC       refclock_conf.o
  CC       refclock_datum.o
  CC       refclock_dumbclock.o
  CC       refclock_fg.o
  CC       refclock_gpsdjson.o
  CC       refclock_gpsvme.o
  CC       refclock_heath.o
  CC       refclock_hopfser.o
  CC       refclock_hopfpci.o
  CC       refclock_hpgps.o
  CC       refclock_irig.o
  CC       refclock_jjy.o
  CC       refclock_jupiter.o
  CC       refclock_leitch.o
  CC       refclock_local.o
  CC       refclock_mx4200.o
  CC       refclock_neoclock4x.o
  CC       refclock_nmea.o
  CC       refclock_oncore.o
  CC       refclock_palisade.o
  CC       refclock_parse.o
  CC       refclock_pcf.o
  CC       refclock_pst.o
  CC       refclock_ripencc.o
  CC       refclock_shm.o
  CC       refclock_tpro.o
  CC       refclock_true.o
  CC       refclock_tt560.o
  CC       refclock_ulink.o
  CC       refclock_wwv.o
  CC       refclock_wwvb.o
  CC       refclock_zyfer.o
  CC       refclock_tsyncpci.o
  CC       ntp_config.o
  CC       ntp_io.o
  CC       ntp_scanner.o
  CC       ntpd.o
  CC       ntpd-opts.o
  AR       libntpd.a
  CC       ntp_parser.o
../config.status --file=ntp.conf.5+:./ntp.conf.man.in
config.status: creating ntp.conf.5+
mv ntp.conf.5+ ntp.conf.5
../config.status --file=ntp.keys.5+:./ntp.keys.man.in
config.status: creating ntp.keys.5+
mv ntp.keys.5+ ntp.keys.5
../config.status --file=ntpd.8+:./ntpd.man.in
config.status: creating ntpd.8+
mv ntpd.8+ ntpd.8
env CSET=`cat ../sntp/scm-rev` ../scripts/build/mkver ntpd
Version <ntpd 4.2.8p15@1.3728-o Tue Jul  2 09:07:10 UTC 2024 (1)>
env CCACHE_DISABLE=1 clang -DHAVE_CONFIG_H -I. -I..  -I../include -I../lib/isc/include  -I../lib/isc/nothreads/include  -I../lib/isc/unix/include -I../sntp/libopts -I/opt/pkg/include    -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -D_P1003_1B_VISIBLE -Wno-strict-prototypes  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -c version.c -o version.o
  CCLD     ntpd
Making all in ntpdate
cp ../deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-am
  CC       ntpdate.o
env CSET=`cat ../sntp/scm-rev` ../scripts/build/mkver ntpdate
Version <ntpdate 4.2.8p15@1.3728-o Tue Jul  2 09:07:11 UTC 2024 (1)>
env CCACHE_DISABLE=1 clang -DHAVE_CONFIG_H -I. -I..  -I../include -I../lib/isc/include  -I../lib/isc/nothreads/include  -I../lib/isc/unix/include -I/opt/pkg/include   -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -D_P1003_1B_VISIBLE -Wno-strict-prototypes  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -c version.c -o version.o
  CCLD     ntpdate
Making all in ntpdc
cp ../deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-am
  CC       ntpdc.o
  CC       ntpdc_ops.o
  CC       ntpdc-opts.o
../config.status --file=ntpdc.8+:./ntpdc.man.in
config.status: creating ntpdc.8+
mv ntpdc.8+ ntpdc.8
env CSET=`cat ../sntp/scm-rev` ../scripts/build/mkver ntpdc
Version <ntpdc 4.2.8p15@1.3728-o Tue Jul  2 09:07:12 UTC 2024 (1)>
env CCACHE_DISABLE=1 clang -DHAVE_CONFIG_H -I. -I..  -I../include -I../lib/isc/include  -I../lib/isc/nothreads/include  -I../lib/isc/unix/include -I../sntp/libopts -I/opt/pkg/include    -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -D_P1003_1B_VISIBLE -Wno-strict-prototypes  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -c version.c -o version.o
  CCLD     ntpdc
Making all in ntpq
cp ../deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-am
  CC       libntpq_a-libntpq.o
  CC       libntpq_a-libntpq_subs.o
  CC       ntpq.o
  CC       ntpq-subs.o
  CC       ntpq-opts.o
  AR       libntpq.a
../config.status --file=ntpq.8+:./ntpq.man.in
config.status: creating ntpq.8+
mv ntpq.8+ ntpq.8
env CSET=`cat ../sntp/scm-rev` ../scripts/build/mkver ntpq
Version <ntpq 4.2.8p15@1.3728-o Tue Jul  2 09:07:15 UTC 2024 (1)>
env CCACHE_DISABLE=1 clang -DHAVE_CONFIG_H -I. -I..  -I../include -I../lib/isc/include  -I../lib/isc/nothreads/include  -I../lib/isc/unix/include -I../sntp/libopts -I/opt/pkg/include    -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -D_P1003_1B_VISIBLE -Wno-strict-prototypes  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -c version.c -o version.o
  CCLD     ntpq
Making all in ntpsnmpd
cp ../deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-am
../config.status --file=ntpsnmpd.+:./ntpsnmpd.man.in
config.status: creating ntpsnmpd.+
mv ntpsnmpd.+ ntpsnmpd.
Making all in parseutil
cp ../deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-am
Making all in adjtimed
cp ../deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-am
Making all in clockstuff
cp ../deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-am
  CC       propdelay.o
  CCLD     propdelay
Making all in kernel
Making all in sys
Making all in util
cp ../deps-ver .deps/deps-ver
/opt/pkg/bin/bmake  all-am
  CC       ntp-keygen.o
ntp-keygen.c:646:9: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations]
                rsa = EVP_PKEY_get0_RSA(pkey_gqkey);
                      ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1355:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:646:7: warning: assigning to 'RSA *' (aka 'struct rsa_st *') from 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                rsa = EVP_PKEY_get0_RSA(pkey_gqkey);
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp-keygen.c:647:3: warning: 'RSA_get0_factors' is deprecated [-Wdeprecated-declarations]
                RSA_get0_factors(rsa, NULL, &q);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:231:1: note: 'RSA_get0_factors' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:667:9: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations]
                rsa = EVP_PKEY_get0_RSA(pkey_gqkey);
                      ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1355:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:667:7: warning: assigning to 'RSA *' (aka 'struct rsa_st *') from 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                rsa = EVP_PKEY_get0_RSA(pkey_gqkey);
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp-keygen.c:668:3: warning: 'RSA_set0_factors' is deprecated [-Wdeprecated-declarations]
                RSA_set0_factors(rsa, BN_dup(BN_value_one()), BN_dup(BN_value_one()));
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:219:1: note: 'RSA_set0_factors' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:670:3: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations]
                EVP_PKEY_assign_RSA(pkey, rsa);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:501:41: note: expanded from macro 'EVP_PKEY_assign_RSA'
#  define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
                                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1337:1: note: 'EVP_PKEY_assign' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:675:4: warning: 'RSA_print_fp' is deprecated [-Wdeprecated-declarations]
                        RSA_print_fp(stderr, rsa, 0);
                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:350:1: note: 'RSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:690:9: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations]
                rsa = EVP_PKEY_get0_RSA(pkey_gqkey);
                      ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1355:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:690:7: warning: assigning to 'RSA *' (aka 'struct rsa_st *') from 'const struct rsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                rsa = EVP_PKEY_get0_RSA(pkey_gqkey);
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp-keygen.c:692:3: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations]
                EVP_PKEY_assign_RSA(pkey, rsa);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:501:41: note: expanded from macro 'EVP_PKEY_assign_RSA'
#  define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
                                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1337:1: note: 'EVP_PKEY_assign' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:697:4: warning: 'RSA_print_fp' is deprecated [-Wdeprecated-declarations]
                        RSA_print_fp(stderr, rsa, 0);
                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:350:1: note: 'RSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:733:9: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations]
                dsa = EVP_PKEY_get0_DSA(pkey_iffkey);
                      ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1364:1: note: 'EVP_PKEY_get0_DSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:733:7: warning: assigning to 'DSA *' (aka 'struct dsa_st *') from 'const struct dsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                dsa = EVP_PKEY_get0_DSA(pkey_iffkey);
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp-keygen.c:734:3: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]
                DSA_set0_key(dsa, NULL, BN_dup(BN_value_one()));
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:736:3: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations]
                EVP_PKEY_assign_DSA(pkey, dsa);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:506:41: note: expanded from macro 'EVP_PKEY_assign_DSA'
#  define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
                                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1337:1: note: 'EVP_PKEY_assign' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:741:4: warning: 'DSA_print_fp' is deprecated [-Wdeprecated-declarations]
                        DSA_print_fp(stderr, dsa, 0);
                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:185:1: note: 'DSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:756:9: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations]
                dsa = EVP_PKEY_get0_DSA(pkey_iffkey);
                      ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1364:1: note: 'EVP_PKEY_get0_DSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:756:7: warning: assigning to 'DSA *' (aka 'struct dsa_st *') from 'const struct dsa_st *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                dsa = EVP_PKEY_get0_DSA(pkey_iffkey);
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntp-keygen.c:758:3: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations]
                EVP_PKEY_assign_DSA(pkey, dsa);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:506:41: note: expanded from macro 'EVP_PKEY_assign_DSA'
#  define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
                                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1337:1: note: 'EVP_PKEY_assign' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:763:4: warning: 'DSA_print_fp' is deprecated [-Wdeprecated-declarations]
                        DSA_print_fp(stderr, dsa, 0);
                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:185:1: note: 'DSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:801:4: warning: 'DSA_print_fp' is deprecated [-Wdeprecated-declarations]
                        DSA_print_fp(stderr, EVP_PKEY_get0_DSA(pkey), 0);
                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:185:1: note: 'DSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:801:25: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations]
                        DSA_print_fp(stderr, EVP_PKEY_get0_DSA(pkey), 0);
                                             ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1364:1: note: 'EVP_PKEY_get0_DSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:819:4: warning: 'DSA_print_fp' is deprecated [-Wdeprecated-declarations]
                        DSA_print_fp(stderr, EVP_PKEY_get0_DSA(pkey), 0);
                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:185:1: note: 'DSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:819:25: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations]
                        DSA_print_fp(stderr, EVP_PKEY_get0_DSA(pkey), 0);
                                             ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1364:1: note: 'EVP_PKEY_get0_DSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:969:5: warning: 'DSA_print_fp' is deprecated [-Wdeprecated-declarations]
                                DSA_print_fp(stderr, EVP_PKEY_get0_DSA(parkey),
                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:185:1: note: 'DSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:969:26: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations]
                                DSA_print_fp(stderr, EVP_PKEY_get0_DSA(parkey),
                                                     ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1364:1: note: 'EVP_PKEY_get0_DSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:972:5: warning: 'RSA_print_fp' is deprecated [-Wdeprecated-declarations]
                                RSA_print_fp(stderr, EVP_PKEY_get0_RSA(parkey),
                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:350:1: note: 'RSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:972:26: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations]
                                RSA_print_fp(stderr, EVP_PKEY_get0_RSA(parkey),
                                                     ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1355:1: note: 'EVP_PKEY_get0_RSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1015:7: warning: 'RSA_check_key' is deprecated [-Wdeprecated-declarations]
        if (!RSA_check_key(rsa)) {
             ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:289:1: note: 'RSA_check_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_check_key(const RSA *);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1018:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
                RSA_free(rsa);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:304:1: note: 'RSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1031:2: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations]
        EVP_PKEY_assign_RSA(pkey, rsa);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:501:41: note: expanded from macro 'EVP_PKEY_assign_RSA'
#  define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
                                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1337:1: note: 'EVP_PKEY_assign' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1036:3: warning: 'RSA_print_fp' is deprecated [-Wdeprecated-declarations]
                RSA_print_fp(stderr, rsa, 0);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:350:1: note: 'RSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1070:7: warning: 'DSA_generate_key' is deprecated [-Wdeprecated-declarations]
        if (!DSA_generate_key(dsa)) {
             ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:179:1: note: 'DSA_generate_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1073:3: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]
                DSA_free(dsa);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1083:2: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations]
        EVP_PKEY_assign_DSA(pkey, dsa);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:506:41: note: expanded from macro 'EVP_PKEY_assign_DSA'
#  define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
                                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1337:1: note: 'EVP_PKEY_assign' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1088:3: warning: 'DSA_print_fp' is deprecated [-Wdeprecated-declarations]
                DSA_print_fp(stderr, dsa, 0);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:185:1: note: 'DSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1169:2: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations]
        DSA_get0_pqg(dsa, &p, &q, &g);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:206:1: note: 'DSA_get0_pqg' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1195:2: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]
        DSA_set0_key(dsa, pub_key, priv_key);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1233:3: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]
                DSA_free(dsa);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1251:2: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations]
        EVP_PKEY_assign_DSA(pkey, dsa);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:506:41: note: expanded from macro 'EVP_PKEY_assign_DSA'
#  define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
                                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1337:1: note: 'EVP_PKEY_assign' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1256:3: warning: 'DSA_print_fp' is deprecated [-Wdeprecated-declarations]
                DSA_print_fp(stderr, dsa, 0);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:185:1: note: 'DSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1349:2: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations]
        RSA_get0_key(rsa, &n, NULL, NULL);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:228:1: note: 'RSA_get0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1388:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
                RSA_free(rsa);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:304:1: note: 'RSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1395:2: warning: 'RSA_set0_factors' is deprecated [-Wdeprecated-declarations]
        RSA_set0_factors(rsa, BN_dup(u), BN_dup(v));
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:219:1: note: 'RSA_set0_factors' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1432:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
                RSA_free(rsa);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:304:1: note: 'RSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1449:2: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]
        RSA_set0_key(rsa, NULL, b, BN_dup(BN_value_one()));
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:218:1: note: 'RSA_set0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1450:2: warning: 'RSA_set0_crt_params' is deprecated [-Wdeprecated-declarations]
        RSA_set0_crt_params(rsa, BN_dup(BN_value_one()), BN_dup(BN_value_one()),
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:220:1: note: 'RSA_set0_crt_params' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1454:2: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations]
        EVP_PKEY_assign_RSA(pkey, rsa);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:501:41: note: expanded from macro 'EVP_PKEY_assign_RSA'
#  define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
                                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1337:1: note: 'EVP_PKEY_assign' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1459:3: warning: 'RSA_print_fp' is deprecated [-Wdeprecated-declarations]
                RSA_print_fp(stderr, rsa, 0);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:350:1: note: 'RSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1582:8: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]
        dsa = DSA_new();
              ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1622:7: warning: 'BN_is_prime_ex' is deprecated [-Wdeprecated-declarations]
                if (BN_is_prime_ex(p, BN_prime_checks, ctx, NULL))
                    ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/bn.h:379:1: note: 'BN_is_prime_ex' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1660:2: warning: 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations]
        DSA_set0_pqg(dsa, p, q, g);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1857:2: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]
        DSA_set0_key(dsa, pub_key, priv_key);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1859:2: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations]
        EVP_PKEY_assign_DSA(pkey, dsa);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:506:41: note: expanded from macro 'EVP_PKEY_assign_DSA'
#  define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
                                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1337:1: note: 'EVP_PKEY_assign' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1864:3: warning: 'DSA_print_fp' is deprecated [-Wdeprecated-declarations]
                DSA_print_fp(stderr, dsa, 0);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:185:1: note: 'DSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1878:9: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]
        dsa2 = DSA_new();
               ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1879:2: warning: 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations]
        DSA_set0_pqg(dsa2, BN_dup(p), BN_dup(q), BN_dup(bige));
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1880:2: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]
        DSA_set0_key(dsa2, BN_dup(ghat), BN_dup(gbar));
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1882:2: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations]
        EVP_PKEY_assign_DSA(pkey1, dsa2);
        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:506:41: note: expanded from macro 'EVP_PKEY_assign_DSA'
#  define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
                                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1337:1: note: 'EVP_PKEY_assign' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1887:3: warning: 'DSA_print_fp' is deprecated [-Wdeprecated-declarations]
                DSA_print_fp(stderr, dsa2, 0);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:185:1: note: 'DSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1900:10: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]
                sdsa = DSA_new();
                       ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1901:3: warning: 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations]
                DSA_set0_pqg(sdsa, BN_dup(p), BN_dup(BN_value_one()),
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1903:3: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]
                DSA_set0_key(sdsa, BN_dup(xhat[j]), BN_dup(xbar[j]));
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:211:1: note: 'DSA_set0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1905:3: warning: 'EVP_PKEY_set1_DSA' is deprecated [-Wdeprecated-declarations]
                EVP_PKEY_set1_DSA(pkey1, sdsa);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/evp.h:1362:1: note: 'EVP_PKEY_set1_DSA' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:1910:4: warning: 'DSA_print_fp' is deprecated [-Wdeprecated-declarations]
                        DSA_print_fp(stderr, sdsa, 0);
                        ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:185:1: note: 'DSA_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:2195:15: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]
        RSA *           rsa = RSA_new();
                              ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:212:1: note: 'RSA_new' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:2203:29: warning: 'RSA_generate_key_ex' is deprecated [-Wdeprecated-declarations]
        if (!(rsa && gcb && bne && RSA_generate_key_ex(
                                   ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:271:1: note: 'RSA_generate_key_ex' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:2206:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
                RSA_free(rsa);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/rsa.h:304:1: note: 'RSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:2221:15: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]
        DSA *           dsa = DSA_new();
                              ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:2228:22: warning: 'DSA_generate_parameters_ex' is deprecated [-Wdeprecated-declarations]
        if (!(dsa && gcb && DSA_generate_parameters_ex(
                            ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:172:1: note: 'DSA_generate_parameters_ex' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int DSA_generate_parameters_ex(DSA *dsa, int bits,
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ntp-keygen.c:2231:3: warning: 'DSA_free' is deprecated [-Wdeprecated-declarations]
                DSA_free(dsa);
                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/dsa.h:132:1: note: 'DSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/net/ntp4/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
72 warnings generated.
  CC       ntp-keygen-opts.o
  CC       ntptime.o
  CC       tickadj.o
../config.status --file=ntp-keygen.8+:./ntp-keygen.man.in
config.status: creating ntp-keygen.8+
mv ntp-keygen.8+ ntp-keygen.8
env CSET=`cat ../sntp/scm-rev` ../scripts/build/mkver ntp-keygen
Version <ntp-keygen 4.2.8p15@1.3728-o Tue Jul  2 09:07:17 UTC 2024 (1)>
env CCACHE_DISABLE=1 clang -DHAVE_CONFIG_H -I. -I..  -I../include -I../lib/isc/include  -I../lib/isc/nothreads/include  -I../lib/isc/unix/include -I../sntp/libopts -I/opt/pkg/include    -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wcast-align -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Winit-self -Wstrict-overflow -D_P1003_1B_VISIBLE -Wno-strict-prototypes  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -c version.c -o version.o
  CCLD     ntp-keygen
  CCLD     ntptime
Undefined symbols for architecture arm64:
  "_debug", referenced from:
      _addto_syslog in libntp.a(msyslog.o)
      _change_logfile in libntp.a(msyslog.o)
  "_lib_nextbuf", referenced from:
      _common_prettydate in libntp.a(prettydate.o)
      _ntpcal_iso8601std in libntp.a(ntp_calendar.o)
      _humanlogtime in libntp.a(humandate.o)
      _humantime in libntp.a(humandate.o)
  "_lib_stringbuf", referenced from:
      _common_prettydate in libntp.a(prettydate.o)
      _ntpcal_iso8601std in libntp.a(ntp_calendar.o)
      _humanlogtime in libntp.a(humandate.o)
      _humantime in libntp.a(humandate.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [ntptime] Error code 1

bmake[3]: stopped in /Users/pbulk/build/net/ntp4/work/ntp-4.2.8p15/util
1 error

bmake[3]: stopped in /Users/pbulk/build/net/ntp4/work/ntp-4.2.8p15/util
*** [all] Error code 2

bmake[2]: stopped in /Users/pbulk/build/net/ntp4/work/ntp-4.2.8p15/util
1 error

bmake[2]: stopped in /Users/pbulk/build/net/ntp4/work/ntp-4.2.8p15/util
*** [all-recursive] Error code 1

bmake[1]: stopped in /Users/pbulk/build/net/ntp4/work/ntp-4.2.8p15
1 error

bmake[1]: stopped in /Users/pbulk/build/net/ntp4/work/ntp-4.2.8p15
*** [all] Error code 2

bmake: stopped in /Users/pbulk/build/net/ntp4/work/ntp-4.2.8p15
1 error

bmake: stopped in /Users/pbulk/build/net/ntp4/work/ntp-4.2.8p15
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/ntp4
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/ntp4