==== run-regress-des3 ====
cc -O2 -pipe  -I/home/src/regress/sys/crypto/enc/../../../../sys -g  -MD -MP  -c /home/src/regress/sys/crypto/enc/des3.c
/home/src/regress/sys/crypto/enc/des3.c:66:10: warning: call to undeclared function 'des3_setkey'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        error = des3_setkey(ctx, key, klen);
                ^
/home/src/regress/sys/crypto/enc/des3.c:75:4: warning: call to undeclared function 'des3_encrypt'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                        des3_encrypt(ctx, block);
                        ^
/home/src/regress/sys/crypto/enc/des3.c:80:4: warning: call to undeclared function 'des3_decrypt'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                        des3_decrypt(ctx, block);
                        ^
3 warnings generated.
cc -O2 -pipe  -I/home/src/regress/sys/crypto/enc/../../../../sys -g  -MD -MP  -c /home/src/regress/sys/crypto/enc/../../../../sys/crypto/aes.c
cc -O2 -pipe  -I/home/src/regress/sys/crypto/enc/../../../../sys -g  -MD -MP  -c /home/src/regress/sys/crypto/enc/../../../../sys/crypto/cast.c
cc -O2 -pipe  -I/home/src/regress/sys/crypto/enc/../../../../sys -g  -MD -MP  -c /home/src/regress/sys/crypto/enc/../../../../sys/crypto/ecb_enc.c
cc -O2 -pipe  -I/home/src/regress/sys/crypto/enc/../../../../sys -g  -MD -MP  -c /home/src/regress/sys/crypto/enc/../../../../sys/crypto/ecb3_enc.c
cc -O2 -pipe  -I/home/src/regress/sys/crypto/enc/../../../../sys -g  -MD -MP  -c /home/src/regress/sys/crypto/enc/../../../../sys/crypto/gmac.c
cc -O2 -pipe  -I/home/src/regress/sys/crypto/enc/../../../../sys -g  -MD -MP  -c /home/src/regress/sys/crypto/enc/../../../../sys/crypto/rijndael.c
cc -O2 -pipe  -I/home/src/regress/sys/crypto/enc/../../../../sys -g  -MD -MP  -c /home/src/regress/sys/crypto/enc/../../../../sys/crypto/set_key.c
cc -O2 -pipe  -I/home/src/regress/sys/crypto/enc/../../../../sys -g  -MD -MP  -c /home/src/regress/sys/crypto/enc/../../../../sys/crypto/chachapoly.c
cc -O2 -pipe  -I/home/src/regress/sys/crypto/enc/../../../../sys -g  -MD -MP  -c /home/src/regress/sys/crypto/enc/../../../../sys/crypto/poly1305.c
cc -O2 -pipe  -I/home/src/regress/sys/crypto/enc/../../../../sys -g  -MD -MP  -c /home/src/regress/sys/crypto/enc/../../../../sys/crypto/xform.c
cc   -o des3 des3.o aes.o cast.o ecb_enc.o ecb3_enc.o gmac.o rijndael.o set_key.o chachapoly.o poly1305.o xform.o -lcrypto
./des3
ok, decrypted
ok, encrypted