=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/cms.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/openssl/cms.c 2019/11/04 14:49:59 1.9 --- src/usr.bin/openssl/cms.c 2019/11/04 15:18:45 1.10 *************** *** 1,4 **** ! /* $OpenBSD: cms.c,v 1.9 2019/11/04 14:49:59 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ --- 1,4 ---- ! /* $OpenBSD: cms.c,v 1.10 2019/11/04 15:18:45 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ *************** *** 60,71 **** #ifndef OPENSSL_NO_CMS - #include #include #include #include #include #include static int save_certs(char *signerfile, STACK_OF(X509) * signers); static int cms_cb(int ok, X509_STORE_CTX * ctx); --- 60,72 ---- #ifndef OPENSSL_NO_CMS #include #include #include #include #include + + #include static int save_certs(char *signerfile, STACK_OF(X509) * signers); static int cms_cb(int ok, X509_STORE_CTX * ctx);