-/* $Id: test-cert.c,v 1.16 2022/01/18 16:41:00 claudio Exp $ */
+/* $Id: test-cert.c,v 1.17 2022/01/19 08:24:43 claudio Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
ERR_load_crypto_strings();
OpenSSL_add_all_ciphers();
OpenSSL_add_all_digests();
+ x509_init_oid();
while ((c = getopt(argc, argv, "tv")) != -1)
switch (c) {
-/* $Id: test-gbr.c,v 1.5 2021/10/26 16:59:54 claudio Exp $ */
+/* $Id: test-gbr.c,v 1.6 2022/01/19 08:24:43 claudio Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
ERR_load_crypto_strings();
OpenSSL_add_all_ciphers();
OpenSSL_add_all_digests();
+ x509_init_oid();
while ((c = getopt(argc, argv, "pv")) != -1)
switch (c) {
-/* $Id: test-mft.c,v 1.17 2021/10/26 16:59:54 claudio Exp $ */
+/* $Id: test-mft.c,v 1.18 2022/01/19 08:24:43 claudio Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
ERR_load_crypto_strings();
OpenSSL_add_all_ciphers();
OpenSSL_add_all_digests();
+ x509_init_oid();
while (-1 != (c = getopt(argc, argv, "pv")))
switch (c) {
-/* $Id: test-roa.c,v 1.14 2021/10/26 16:59:54 claudio Exp $ */
+/* $Id: test-roa.c,v 1.15 2022/01/19 08:24:43 claudio Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
ERR_load_crypto_strings();
OpenSSL_add_all_ciphers();
OpenSSL_add_all_digests();
+ x509_init_oid();
while ((c = getopt(argc, argv, "pv")) != -1)
switch (c) {