This gets us some minimal test coverage.
-/* $OpenBSD: evp_test.c,v 1.3 2022/11/26 16:08:56 tb Exp $ */
+/* $OpenBSD: evp_test.c,v 1.4 2023/03/11 14:27:38 jsing Exp $ */
/*
* Copyright (c) 2022 Joel Sing <jsing@openbsd.org>
*
failed |= evp_asn1_method_test();
failed |= evp_pkey_method_test();
+ OPENSSL_cleanup();
+
return failed;
}
-/* $OpenBSD: wycheproof.go,v 1.138 2023/03/08 06:12:52 jsing Exp $ */
+/* $OpenBSD: wycheproof.go,v 1.139 2023/03/11 14:27:37 jsing Exp $ */
/*
* Copyright (c) 2018 Joel Sing <jsing@openbsd.org>
* Copyright (c) 2018,2019,2022 Theo Buehler <tb@openbsd.org>
testc.shutdown()
+ C.OPENSSL_cleanup()
+
if !success {
os.Exit(1)
}